mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-07 13:39:07 -04:00
13 lines
248 B
PHP
13 lines
248 B
PHP
<?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';
|