Skip to content
Snippets Groups Projects
Commit 4edf3b30 authored by Bob Le Bricodeur's avatar Bob Le Bricodeur
Browse files

Modification des appels de function.inc.php (ajout dans init) pour être...

Modification des appels de function.inc.php (ajout dans init) pour être accessible par toutes les pages
parent a5964365
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ require_once __DIR__ . '/../../vendor/autoload.php';
include_once __DIR__ . '/constants.php';
include_once __DIR__ . '/i18n.php';
include_once __DIR__ . '/functions.inc.php';
$connect = NewADOConnection(BASE_TYPE);
$connect->Connect(SERVEURBASE, USERBASE, USERPASSWD, BASE);
......
......@@ -21,7 +21,6 @@ namespace Framadate;
use Framadate\Utils;
include_once __DIR__ . '/app/inc/init.php';
include_once __DIR__ . '/app/inc/functions.inc.php';
if (is_readable('bandeaux_local.php')) {
include_once('bandeaux_local.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment