diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-06 06:52:19 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-06 06:52:19 -0500 |
commit | 4b60e16c5eae9f0fa080dd2d5f31e6c20755c221 (patch) | |
tree | 17a5e69be039f5861250d94bbb59569872471122 /app/common.php | |
parent | c80c15dcc33a70acc2b177691d33f088f8c2541e (diff) |
Change composer include files
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')) { |