]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blobdiff - config.php
php 5.2 deps
[packages/php-pecl-memcache.git] / config.php
index cc8f1d91e1ad228b5f94365f0efc7dbfe6eaf637..a3ce0114d608aef57d843808488d98f96a45e9ef 100644 (file)
@@ -3,12 +3,13 @@
  * Config for memcache.php administrative interface.
  */
 
-// Admin Username
-define('ADMIN_USERNAME', 'memcache');
+// Admin Username, use <null> (language construct, not string) to skip the check.
+// For example if you want to restrict the access with webserver.
+define('ADMIN_USERNAME', null);
 // Admin Password
 define('ADMIN_PASSWORD', 'memcache');
 
-define('DATE_FORMAT', 'Y/m/d H:i:s');
+define('DATE_FORMAT', 'Y-m-d H:i:s');
 define('GRAPH_SIZE', 200);
 define('MAX_ITEM_DUMP', 50);
 
This page took 0.046591 seconds and 4 git commands to generate.