From 312392860d65c6e9e32a27e34e4f63b161d4f535 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sat, 20 Feb 2010 12:16:35 +0000 Subject: [PATCH] Remove dependency on dolibarr_main_rul_root --- htdocs/cashdesk/include/environnement.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/htdocs/cashdesk/include/environnement.php b/htdocs/cashdesk/include/environnement.php index 441adb88193..79be2d49c24 100644 --- a/htdocs/cashdesk/include/environnement.php +++ b/htdocs/cashdesk/include/environnement.php @@ -1,7 +1,7 @@ <?php /* Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net> * Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net> - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -34,9 +34,6 @@ $conf_db_user = $dolibarr_main_db_user; $conf_db_pass = $dolibarr_main_db_pass; $conf_db_base = $dolibarr_main_db_name; -// Parametres generaux -$conf_url_racine = $dolibarr_main_url_root.'/cashdesk'; - // Identifiant unique correspondant au tiers generique pour la vente $conf_fksoc = $conf->global->CASHDESK_ID_THIRDPARTY; // Identifiant unique correspondant au compte caisse / liquide -- GitLab