Skip to content
Snippets Groups Projects
Commit 2d0090c9 authored by llaffont's avatar llaffont
Browse files

Mise en commun ZEND_FRAMEWORK_PATH cosmo / opac

parent b3401694
Branches
Tags
No related merge requests found
......@@ -24,12 +24,12 @@ include_once (realpath(dirname(__FILE__)).'/local.php');
if (!defined('OPAC_PATH'))
define('OPAC_PATH',realpath(dirname(__FILE__).'/../'));
if (!defined('ZF_PATH'))
define ('ZF_PATH', PATH_SEPARATOR . '../../ZendFramework-1.6.2/library');
if (!defined('ZEND_FRAMEWORK_PATH'))
define ('ZEND_FRAMEWORK_PATH', PATH_SEPARATOR . '../../ZendFramework-1.6.2/library');
set_include_path(
ZF_PATH
ZEND_FRAMEWORK_PATH
. PATH_SEPARATOR . get_include_path()
. PATH_SEPARATOR.OPAC_PATH . '/library'
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment