diff options
Diffstat (limited to 'app/common.php')
-rw-r--r-- | app/common.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/common.php b/app/common.php index 45169d70..613d4501 100644 --- a/app/common.php +++ b/app/common.php @@ -3,8 +3,6 @@ // Common file between cli and web interface require 'vendor/autoload.php'; -require __DIR__.'/functions.php'; -require __DIR__.'/helpers.php'; // Include custom config file if (file_exists('config.php')) { |