Changeset 382 for trunk/admin/xcache.php

Show
Ignore:
Timestamp:
05/15/2007 05:36:40 AM (6 years ago)
Author:
moo
Message:

could not show module info in admin page when XCache is the last module

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/xcache.php

    r371 r382  
    204204    phpinfo(INFO_MODULES); 
    205205    $moduleinfo = ob_get_clean(); 
    206     if (preg_match('!XCache</a></h2>(.*?)<h2><a name="module_!is', $moduleinfo, $m)) { 
     206    if (preg_match('!XCache</a></h2>(.*?)<h2>!is', $moduleinfo, $m)) { 
    207207        $moduleinfo = $m[1]; 
    208208    }