From 0b7685479adcfcd92efa21da4057c2d87eb42ce1 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Tue, 3 May 2005 13:22:18 +0000 Subject: [PATCH] =?UTF-8?q?parenthse=20mal=20ferm=C3=A9e=20(paolo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page.php3 b/page.php3 index 18a8ecc6b7..0b12b4f1fe 100644 --- a/page.php3 +++ b/page.php3 @@ -20,7 +20,7 @@ if (strstr($fond, '..')) { if (!function_exists('find_in_path')) { include ('ecrire/inc_version.php3'); } -if (preg_match(',^(squelettes/|dist/404,', $a = find_in_path("$fond.html"))) { +if (preg_match(',^(squelettes/|dist/404),', $a = find_in_path("$fond.html"))) { include ("inc-public.php3"); } else { spip_log("page.php3: le squelette $fond.html ($a) *doit* se trouver dans squelettes/"); -- GitLab