From 4b60e16c5eae9f0fa080dd2d5f31e6c20755c221 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 6 Nov 2014 06:52:19 -0500 Subject: Change composer include files --- app/common.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/common.php') 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')) { -- cgit v1.2.3