Fix paths after legacy rename
This commit is contained in:
parent
ca21225fb9
commit
c4c89eae19
23 changed files with 47 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
set_include_path(__DIR__.'/../../airtime_mvc/library' . PATH_SEPARATOR . get_include_path());
|
||||
set_include_path(__DIR__.'/../../legacy/library' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
#require_once('Zend/Loader/Autoloader.php');
|
||||
class AirtimeInstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue