From e0f78fad37d3b1b960e13727f5cbb0d3eba1dcb3 Mon Sep 17 00:00:00 2001
From: Florian Azizian <florian.azizian@maarch.org>
Date: Mon, 28 Dec 2015 16:36:38 +0000
Subject: [PATCH] FEAT #0 can not be overwritten

---
 core/trunk/index.php | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/core/trunk/index.php b/core/trunk/index.php
index 99fb92f1e1f..04959a650c4 100644
--- a/core/trunk/index.php
+++ b/core/trunk/index.php
@@ -1,6 +1,6 @@
 <?php
 /*
-*   Copyright 2012 Maarch
+*   Copyright 2012-2015 Maarch
 *
 *   This file is part of Maarch Framework.
 *
@@ -18,6 +18,14 @@
 *   along with Maarch Framework.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+/****************************************************************************/
+/*                                                                          */
+/*                                                                          */
+/*               THIS PAGE CAN NOT BE OVERWRITTEN IN A CUSTOM         	    */
+/*                                                                          */
+/*                                                                          */
+/* **************************************************************************/
+
 /**
 * @brief Maarch root file
 *
-- 
GitLab