Changeset 123 for trunk/admin/xcache.php
- Timestamp:
- 09/02/2006 04:13:29 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/admin/xcache.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.php
r114 r123 1 1 <?php 2 2 3 error_reporting(E_ALL); 4 define('REQUEST_TIME', time()); 3 include("./common.php"); 5 4 6 5 class Cycle … … 82 81 } 83 82 return implode(' ', $html); 84 }85 86 $charset = "UTF-8";87 88 if (file_exists("config.php")) {89 include("config.php");90 83 } 91 84 … … 189 182 $type_php = XC_TYPE_PHP; 190 183 $type_var = XC_TYPE_VAR; 191 $types = array($type_none => 'Statistics', $type_php =>'List PHP', $type_var =>'List Var Data');184 $types = array($type_none => _T('Statistics'), $type_php => _T('List PHP'), $type_var => _T('List Var Data')); 192 185 $xcache_version = XCACHE_VERSION; 193 186 $xcache_modules = XCACHE_MODULES;

