From 3ebd19a8cfa26bdd3e3f240bdc28651c0fe719de Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 18 Jun 2018 20:11:50 +0200 Subject: [PATCH] remove app/config/config.php --- app/config/config.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 app/config/config.php diff --git a/app/config/config.php b/app/config/config.php deleted file mode 100644 index 85a1412..0000000 --- a/app/config/config.php +++ /dev/null @@ -1,15 +0,0 @@ -merge($local); -} catch(Phalcon\Config\Exception $e) { - // Sometime went wrong. -} - -return $config;