New: Add action "Test server connectivity"
This commit is contained in:
parent
61a2df3919
commit
0b6294e536
@ -19,12 +19,6 @@ $pos = strstr ($uri, '/'); // $pos contient alors url sans nom domaine
|
|||||||
if ($pos == '/') $pos = ''; // si $pos vaut /, on le met a ''
|
if ($pos == '/') $pos = ''; // si $pos vaut /, on le met a ''
|
||||||
define('DOL_URL_ROOT', $pos);
|
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").
|
// SECURITY: You must explicitelly enable this "connector". (Set it to "true").
|
||||||
$Config['Enabled'] = true ;
|
$Config['Enabled'] = true ;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user