changing paths with new folder structure
This commit is contained in:
parent
428357e5f8
commit
dfa508a9ea
2 changed files with 9 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
* @license http://www.gnu.org/licenses/gpl.txt
|
||||
*/
|
||||
|
||||
set_include_path(__DIR__.'/../../../library' . PATH_SEPARATOR . get_include_path());
|
||||
require_once __DIR__.'/../../../application/configs/conf.php';
|
||||
set_include_path(__DIR__.'/../../../airtime_mvc/library' . PATH_SEPARATOR . get_include_path());
|
||||
require_once __DIR__.'/../../../airtime_mvc/application/configs/conf.php';
|
||||
require_once(dirname(__FILE__).'/../../include/AirtimeInstall.php');
|
||||
|
||||
AirtimeInstall::DbConnect(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue