From e9b044aa7c8108ac5b52b1f84c05772305a6d1e0 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 11 Jan 2017 09:03:40 -0800 Subject: [PATCH] move default config inline, check for config file before loading this allows you to use XRay without creating a config file using its default settings (currently only caching disabled) --- composer.json | 1 - config.production.php | 1 - config.template.php | 1 - public/index.php | 11 ++++++++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a33d5ae..c8f6b91 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ }, "autoload": { "files": [ - "config.php", "lib/helpers.php", "controllers/Main.php", "controllers/Parse.php", diff --git a/config.production.php b/config.production.php index 6020700..10171dd 100644 --- a/config.production.php +++ b/config.production.php @@ -1,5 +1,4 @@