root/trunk/system/config/cache_xcache.php

Revision 3326, 192 bytes (checked in by Shadowhand, 2 months ago)

Core cleanup:

  • Removed SYSPATH check from all files
  • Changed copyrights to 2007-2008 where they had not been updated
  • Started to add @example doc comments
  • Property svn:eol-style set to LF
  • Property copyright set to Copyright (c) 2007-2008 Kohana Team
  • Property svn:keywords set to Id
Line 
1<?php
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';
Note: See TracBrowser for help on using the browser.