fixed include paths
This commit is contained in:
parent
08bec68587
commit
ae632b4766
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
error_reporting(E_ALL);
|
||||
|
||||
$includePath = dirname(dirname(dirname(__FILE__))) . DIRECTORY_SEPARATOR . 'lib' . PATH_SEPARATOR
|
||||
$includePath = dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'lib' . PATH_SEPARATOR
|
||||
. dirname(__FILE__) . DIRECTORY_SEPARATOR . 'lib' . PATH_SEPARATOR
|
||||
. dirname(dirname(dirname(__FILE__))) . DIRECTORY_SEPARATOR . 'vendor';
|
||||
. dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'vendor';
|
||||
|
||||
set_include_path($includePath);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue