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 --- application/config/constants.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'application/config/constants.php') diff --git a/application/config/constants.php b/application/config/constants.php index 33a2f99c3..fba618779 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -120,6 +120,3 @@ define('EXIT_USER_INPUT', 7); // invalid user input define('EXIT_DATABASE', 8); // database error define('EXIT__AUTO_MIN', 9); // lowest automatically-assigned error code define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code - -/* End of file constants.php */ -/* Location: ./application/config/constants.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b