diff options
Diffstat (limited to 'kohana/config/cache_xcache.php')
-rw-r--r-- | kohana/config/cache_xcache.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kohana/config/cache_xcache.php b/kohana/config/cache_xcache.php new file mode 100644 index 00000000..8b436fb6 --- /dev/null +++ b/kohana/config/cache_xcache.php @@ -0,0 +1,12 @@ +<?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'; |