From 4cbe463b4c442e0e2dae2f43565e77f7ac5ecb86 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Wed, 21 Jan 2015 22:56:22 +0100 Subject: Remove closing blocks at end of PHP files --- index.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index ba0ba67f5..34addf8c3 100755 --- a/index.php +++ b/index.php @@ -290,6 +290,3 @@ switch (ENVIRONMENT) * And away we go... */ require_once BASEPATH.'core/CodeIgniter.php'; - -/* End of file index.php */ -/* Location: ./index.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b