<?php

define("__DEBUG__", False);
define("CONFIG_FILLED_OUT", False);
define("PLUGINS_ENABLED", True);

$config["mysql"]["server"] = 'localhost';
$config["mysql"]["db"]     = '';
$config["mysql"]["user"]   = '';
$config["mysql"]["passwd"] = '';
$config["mysql"]["prefix"] = 'ratatoeskr_';

?>