/* * ce fichier contient les fonctions utilisees par les scripts de slamjy * */ $debugLevelError=3; ///////////// Ne pas modifier en dessous ///////////////// $pathLib=dirname(__FILE__)."/"; include_once("sj_envconfig.php"); include_once($pathLib."sj_global.php"); include_once($pathLib."sj_data.php"); include_once($pathLib."sj_text.php"); include_once($pathLib."sj_mail.php"); if ($enableSmarty) { include_once($pathLib."sj_smarty.php"); } include_once($pathLib."sj_files.php"); include_once($pathLib."sj_bd.php"); include_once($pathLib."sj_log.php"); include_once($pathLib."sj_photo.php"); include_once($pathLib."sj_time.php"); include_once($pathLib."sj_arrays.php"); include_once($pathLib."sj_domain.php"); include_once($pathLib."sj_network.php"); ?>