Initial Kohana install
[speedfreak] / Server / system / config / cache_xcache.php
diff --git a/Server/system/config/cache_xcache.php b/Server/system/config/cache_xcache.php
new file mode 100644 (file)
index 0000000..47aac25
--- /dev/null
@@ -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';