Changeset 934
- Timestamp:
- 2012-06-28T05:45:14+02:00 (11 months ago)
- Location:
- trunk/admin
- Files:
-
- 3 edited
-
edit.php (modified) (1 diff)
-
footer.tpl.php (modified) (1 diff)
-
xcache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/edit.php
r902 r934 37 37 } 38 38 39 $php_version = phpversion(); 39 40 $xcache_version = XCACHE_VERSION; 40 41 $xcache_modules = XCACHE_MODULES; -
trunk/admin/footer.tpl.php
r605 r934 1 1 <div class="footnote"> 2 2 <?php echo <<<EOS 3 P owered By: XCache {$xcache_version}, {$xcache_modules}3 PHP {$php_version} Powered By: XCache {$xcache_version}, {$xcache_modules} 4 4 EOS; 5 5 ?> -
trunk/admin/xcache.php
r933 r934 368 368 $type_var = XC_TYPE_VAR; 369 369 $types = array($type_none => _T('Statistics'), $type_php => _T('List PHP'), $type_var => _T('List Var Data')); 370 $php_version = phpversion(); 370 371 $xcache_version = XCACHE_VERSION; 371 372 $xcache_modules = XCACHE_MODULES;
Note: See TracChangeset
for help on using the changeset viewer.

