Changeset 37 for trunk/cleanup.php
- Timestamp:
- Jul 17, 2018, 9:43:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cleanup.php
r35 r37 724 724 if ( preg_match( "/scyld/", $limshost ) ) 725 725 $limshost = 'alamo.uthscsa.edu'; 726 else if ( preg_match( "/novalo/", $limshost ) ) 727 $limshost = 'uslims3.aucsolutions.com'; 726 728 else if ( ! preg_match( "/\./", $limshost ) ) 727 729 $limshost = $limshost . $org_domain; … … 883 885 if ( preg_match( "/scyld/", $limshost ) ) 884 886 $limshost = 'alamo.uthscsa.edu'; 887 else if ( preg_match( "/novalo/", $limshost ) ) 888 $limshost = 'uslims3.aucsolutions.com'; 885 889 else if ( ! preg_match( "/\./", $limshost ) ) 886 890 $limshost = $limshost . $org_domain;
Note:
See TracChangeset
for help on using the changeset viewer.