From 0b6294e536aabb93770fc6b37dbf54c47ee12430 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Wed, 16 Apr 2008 23:25:39 +0000 Subject: [PATCH] New: Add action "Test server connectivity" --- htdocs/includes/fckeditor/dolibarr_changes.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/htdocs/includes/fckeditor/dolibarr_changes.txt b/htdocs/includes/fckeditor/dolibarr_changes.txt index 4628ccb8930..830b6564c1c 100644 --- a/htdocs/includes/fckeditor/dolibarr_changes.txt +++ b/htdocs/includes/fckeditor/dolibarr_changes.txt @@ -19,12 +19,6 @@ $pos = strstr ($uri, '/'); // $pos contient alors url sans nom domaine if ($pos == '/') $pos = ''; // si $pos vaut /, on le met a '' define('DOL_URL_ROOT', $pos); -/* -$conf->syslog->enabled=1; -define('SYSLOG_FILE','c:/log/dolibarr/dolibarr.log'); -require_once("../../../../../../../../lib/functions.inc.php"); -dolibarr_syslog("eee".$conf->fckeditor->dir_output); -*/ // SECURITY: You must explicitelly enable this "connector". (Set it to "true"). $Config['Enabled'] = true ; -- GitLab