From 3f73c3c29365743dec32a96f13bf44997633ae26 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 7 May 2019 22:02:10 +0200 Subject: [PATCH] [9.1.01] fichier include manquant --- core/layout/main.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/layout/main.php b/core/layout/main.php index 07c80c92..ad18873e 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -302,7 +302,9 @@
showScript(); // Test d'insertion d'un script -include ('site/data/script.inc.php'); +if (file_exits('site/data/script.inc.php')) { + include ('site/data/script.inc.php'); +} ?> \ No newline at end of file