repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed dep on API
[ninja.git]
/
system
/
config
/
cache_xcache.php
blob
47aac25ac1c70eccd94c2d16bd59a1486929a245
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'
;