CC-3307: airtime-full-install fails on Ubuntu 11.10
This commit is contained in:
parent
82459d257f
commit
6c0f035b0b
3 changed files with 14 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
<?php
|
||||
set_include_path(__DIR__.'/../../airtime_mvc/library' . PATH_SEPARATOR . get_include_path());
|
||||
//Zend framework
|
||||
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('DB.php');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue