Changeset 37 for trunk/cleanup.php


Ignore:
Timestamp:
Jul 17, 2018, 9:43:10 PM (6 years ago)
Author:
gegorbet
Message:

gridctl mods for mysqli and aucsolutions, plus new text for crontabs and cronic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cleanup.php

    r35 r37  
    724724      if ( preg_match( "/scyld/", $limshost ) )
    725725         $limshost    = 'alamo.uthscsa.edu';
     726      else if ( preg_match( "/novalo/", $limshost ) )
     727         $limshost    = 'uslims3.aucsolutions.com';
    726728      else if ( ! preg_match( "/\./", $limshost ) )
    727729         $limshost    = $limshost . $org_domain;
     
    883885      if ( preg_match( "/scyld/", $limshost ) )
    884886         $limshost    = 'alamo.uthscsa.edu';
     887      else if ( preg_match( "/novalo/", $limshost ) )
     888         $limshost    = 'uslims3.aucsolutions.com';
    885889      else if ( ! preg_match( "/\./", $limshost ) )
    886890         $limshost    = $limshost . $org_domain;
Note: See TracChangeset for help on using the changeset viewer.