diff options
Diffstat (limited to 'www/xcache/files/patch-xcache.ini')
-rw-r--r-- | www/xcache/files/patch-xcache.ini | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/xcache/files/patch-xcache.ini b/www/xcache/files/patch-xcache.ini deleted file mode 100644 index 617bc5358270..000000000000 --- a/www/xcache/files/patch-xcache.ini +++ /dev/null @@ -1,19 +0,0 @@ ---- xcache.ini.orig 2013-09-25 03:38:01.000000000 +0000 -+++ xcache.ini 2013-12-16 15:35:05.366947401 +0000 -@@ -1,15 +1,12 @@ - ;; this is an example, it won't work unless properly configured into php.ini - [xcache-common] --;; non-Windows example: - extension = xcache.so --;; Windows example: --; extension = php_xcache.dll - - [xcache.admin] - xcache.admin.enable_auth = On - - ; use http://xcache.lighttpd.net/demo/cacher/mkpassword.php to generate your encrypted password --xcache.admin.user = "mOo" -+xcache.admin.user = "admin" - xcache.admin.pass = "md5 encrypted password" - - [xcache] |