diff options
Diffstat (limited to 'app/common.php')
-rw-r--r-- | app/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/common.php b/app/common.php index 613d4501..45169d70 100644 --- a/app/common.php +++ b/app/common.php @@ -3,6 +3,8 @@ // 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')) { |