toYaml()); $conf = Spyc::YAMLLoad($savedConfig); } $PlanetConfig = new PlanetConfig($conf); $Planet = new Planet($PlanetConfig); if ($conf['debug']) { error_reporting(E_ALL); } } $l10n = new Simplel10n($conf['locale']); $csrf = new CSRF();