From bb29d8c6549e442cc2efb447692a80a17cc9a140 Mon Sep 17 00:00:00 2001 From: "Shawn P. Conroy" Date: Mon, 2 Dec 2019 18:55:23 -0500 Subject: [PATCH] Delete config.php --- src/config.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/config.php diff --git a/src/config.php b/src/config.php deleted file mode 100644 index 6e231f2..0000000 --- a/src/config.php +++ /dev/null @@ -1,34 +0,0 @@ -siteUri = 'http://leksi.globasa.net/'; -$app->siteName = 'Globasa Dictionary'; -$app->template = 'photon'; -$app->lang = $app->defaultLang = "glb"; -$app->langCap = $app->defaultLangCap = "Glb"; -$app->auxLang = "eng"; -$app->auxLangCap = "Eng"; - -/* App configurations (leave these alone) */ -$app->templatesFolder = 'templates'; -$app->templatePath = "./".$app->templatesFolder.'/'.$app->template.'/'; -$app->templateUri = $app->siteUri.$app->templatesFolder.'/'.$app->template.'/'; - -$app->dictionaryFile = '/home/globasa/api.globasa.net/dictionary.yaml'; -$app->languagesFile = '/home/globasa/api.globasa.net/languages.yaml'; -$app->internationalizationFile = '/home/globasa/api.globasa.net/internationalization.yaml'; - -$app->dictionary = yaml_parse_file($app->dictionaryFile); -$app->languages = yaml_parse_file($app->languagesFile); -$app->trans = yaml_parse_file($app->internationalizationFile); \ No newline at end of file