From 57c45c2442f6e9129b86ca49a3df874c4da2b701 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Mar 2011 10:46:27 +0000 Subject: [PATCH] Qual: Removed deprecated code --- htdocs/filefunc.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php index d70e1fcb606..d109f5ccbb3 100755 --- a/htdocs/filefunc.inc.php +++ b/htdocs/filefunc.inc.php @@ -161,10 +161,7 @@ if (! empty($dolibarr_main_url_root_alt)) if ($suburi == '/') $suburi = ''; // If $suburi is /, it is now '' define('DOL_URL_ROOT_ALT', $suburi); // URL relative root ('', '/dolibarr/custom', ...) } -// Define DOL_URL_ROOT_FULL_STATIC -if (! empty($dolibarr_main_url_root_static)) define('DOL_URL_ROOT_FULL_STATIC', $dolibarr_main_url_root_static); // Used to put static images on another domain // Define prefix -if (isset($_SERVER["LLX_DBNAME"])) $dolibarr_main_db_prefix=$_SERVER["LLX_DBNAME"]; define('MAIN_DB_PREFIX',$dolibarr_main_db_prefix);