diff options
Diffstat (limited to 'kohana/config/cache_xcache.php')
| -rw-r--r-- | kohana/config/cache_xcache.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kohana/config/cache_xcache.php b/kohana/config/cache_xcache.php deleted file mode 100644 index 8b436fb6..00000000 --- a/kohana/config/cache_xcache.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php defined('SYSPATH') or die('No direct script access.'); -/** - * @package Cache:Xcache - * - * Xcache administrator username. - */ -$config['PHP_AUTH_USER'] = 'kohana'; - -/** - * Xcache administrator password. - */ -$config['PHP_AUTH_PW'] = 'kohana'; |
