Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
12
lib/kohana/system/config/cache_xcache.php
Normal file
12
lib/kohana/system/config/cache_xcache.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
/**
|
||||
* @package Cache:Xcache
|
||||
*
|
||||
* Xcache administrator username.
|
||||
*/
|
||||
$config['PHP_AUTH_USER'] = 'kohana';
|
||||
|
||||
/**
|
||||
* Xcache administrator password.
|
||||
*/
|
||||
$config['PHP_AUTH_PW'] = 'kohana';
|
||||
Reference in New Issue
Block a user