This commit is contained in:
Pierre Rudloff 2015-08-30 01:40:31 +02:00
parent 334fa364c3
commit e35d153594
2 changed files with 10 additions and 1 deletions

View file

@ -12,7 +12,7 @@
* @license GNU General Public License http://www.gnu.org/licenses/gpl.html
* @link http://rudloff.pro
* */
require_once 'vendor/autoload.php';
require_once __DIR__.'/vendor/autoload.php';
if (is_file('config.php')) {
include_once 'config.php';
} else {