Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master
Compare and
+ 27
58
Preferences
Compare changes
Files
<?php
<?php
/**
* Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with BOKEH; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
$basePath = realpath(dirname(__FILE__));
@@ -28,7 +28,7 @@ if (!defined('OPAC_PATH'))
if (!defined('LANG_DIR'))
define('LANG_DIR', OPAC_PATH.'/library/translation/');
set_include_path(get_include_path()
set_include_path(get_include_path()
. PATH_SEPARATOR . OPAC_PATH . 'library'
. PATH_SEPARATOR . OPAC_PATH . 'library/storm/src');
@@ -52,6 +52,5 @@ $cfg = loadConfig($cfg_file);
setupDatabase($cfg);
setupDevOptions($cfg);
setupHTTPClient($cfg);
setupLanguage();
?>
setupCustomFields();