From 4b270e4f7246b6d6385e001369f942f4b41f721a Mon Sep 17 00:00:00 2001 From: "kent1@arscenic.info" <> Date: Fri, 7 Oct 2011 09:50:11 +0000 Subject: [PATCH] =?UTF-8?q?if=20(!defined("=5FECRIRE=5FINC=5FVERSION"))=20?= =?UTF-8?q?return;=20sur=20tout=20fichier=20PHP=20pour=20s=C3=A9curit?= =?UTF-8?q?=C3=A9=20future=20principalement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/is_email.php | 3 +++ verifier_pipelines.php | 2 ++ 2 files changed, 5 insertions(+) diff --git a/inc/is_email.php b/inc/is_email.php index 7797e12..32e00ae 100644 --- a/inc/is_email.php +++ b/inc/is_email.php @@ -1,4 +1,7 @@ <?php + +if (!defined("_ECRIRE_INC_VERSION")) return; + /** * @package isemail * @author Dominic Sayers <dominic_sayers@hotmail.com> diff --git a/verifier_pipelines.php b/verifier_pipelines.php index 4f2b545..f5e5681 100644 --- a/verifier_pipelines.php +++ b/verifier_pipelines.php @@ -1,5 +1,7 @@ <?php +if (!defined("_ECRIRE_INC_VERSION")) return; + function verifier_verifier($flux){return $flux;} ?> \ No newline at end of file -- GitLab