Files
centrumcopy.com.pl/system/config/cache_xcache.php
2026-04-30 14:38:11 +02:00

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';