CC-3805: After upgrade, incorrect values in airtime.conf

-fixed
This commit is contained in:
Martin Konecny 2012-05-10 16:45:22 -04:00
parent ca4cbb0ce1
commit cfb4c201ff
3 changed files with 6 additions and 9 deletions

View file

@ -4,7 +4,7 @@ set_include_path(__DIR__.'/../../airtime_mvc/library' . PATH_SEPARATOR . get_inc
if (file_exists('/usr/share/php/libzend-framework-php')){
set_include_path('/usr/share/php/libzend-framework-php' . PATH_SEPARATOR . get_include_path());
}
require_once('Zend/Loader/Autoloader.php');
#require_once('Zend/Loader/Autoloader.php');
class AirtimeInstall
{