CORS refactoring
This commit is contained in:
parent
b0cab62e80
commit
a5822aa07a
4 changed files with 42 additions and 19 deletions
|
@ -47,6 +47,9 @@ if (file_exists('/usr/share/php/libzend-framework-php')) {
|
|||
//Upgrade directory
|
||||
set_include_path(APPLICATION_PATH . '/upgrade/' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
//Common directory
|
||||
set_include_path(APPLICATION_PATH . '/common/' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
|
||||
/** Zend_Application */
|
||||
require_once 'Zend/Application.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue