| 123456789101112131415161718 | <?php/** * @file * Local configuration values * * This script is loaded from an instance of the Core\Config class. * * Useful properties: * - $this->account * - $this->password * - $this->servers */$this->account = '';$this->password = '';$this->servers = array(  'localhost:11211',);
 |