Route and Results buttons updated.
[speedfreak] / Server / system / config / cache_xcache.php
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2 /**
3  * @package  Cache:Xcache
4  *
5  * Xcache administrator username.
6  */
7 $config['PHP_AUTH_USER'] = 'kohana';
8
9 /**
10  * Xcache administrator password.
11  */
12 $config['PHP_AUTH_PW'] = 'kohana';