Skip to content
Snippets Groups Projects
Commit 0b6294e5 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: Add action "Test server connectivity"

parent 61a2df39
Branches
Tags
No related merge requests found
......@@ -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 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment