From cfe1e13d4a2b964c950b5e3daa8cafab207f1158 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 6 Nov 2014 06:55:57 -0500 Subject: Try another composer config --- app/common.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/common.php') 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')) { -- cgit v1.2.3