Changeset 1456501
- Timestamp:
- 07/18/2016 05:00:02 PM (10 years ago)
- Location:
- marketpowerwp
- Files:
-
- 3 edited
-
tags/2.0/readme.txt (modified) (1 diff)
-
tags/2.1/src/Multisoft/MPP/Replication/ReplicationGateway.php (modified) (1 diff)
-
trunk/src/Multisoft/MPP/Replication/ReplicationGateway.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
marketpowerwp/tags/2.0/readme.txt
r1431999 r1456501 1 === MarketPowerWP ===1 === MarketPowerWP === 2 2 Contributors: dean.villar@gmail.com 3 3 Tags: marketpowerpro, multisoft -
marketpowerwp/tags/2.1/src/Multisoft/MPP/Replication/ReplicationGateway.php
r1456481 r1456501 41 41 $site_url = str_replace('https://', '', str_replace('http://', '', site_url())); 42 42 $xxx = str_replace('.', '', str_replace($site_url, '', $_SERVER["SERVER_NAME"])); 43 if (!strlen($xxx) || $xxx === 'localhost' ) {43 if (!strlen($xxx) || $xxx === 'localhost' || $xxx === 'www') { 44 44 $xxx = "admin"; 45 45 } -
marketpowerwp/trunk/src/Multisoft/MPP/Replication/ReplicationGateway.php
r1431993 r1456501 41 41 $site_url = str_replace('https://', '', str_replace('http://', '', site_url())); 42 42 $xxx = str_replace('.', '', str_replace($site_url, '', $_SERVER["SERVER_NAME"])); 43 if (!strlen($xxx) || $xxx === 'localhost' ) {43 if (!strlen($xxx) || $xxx === 'localhost' || $xxx === 'www') { 44 44 $xxx = "admin"; 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.