Files
gallery3/kohana/config/cache_xcache.php
T

13 lines
247 B
PHP
Raw Normal View History

2008-10-31 22:12:14 +00:00
<?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';