summaryrefslogtreecommitdiffstats
path: root/application/config/constants.php
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2015-01-21 22:56:22 +0100
committervlakoff <vlakoff@gmail.com>2015-01-21 22:56:22 +0100
commit4cbe463b4c442e0e2dae2f43565e77f7ac5ecb86 (patch)
tree6154182c2859669fc65478915413f79d2e1108f5 /application/config/constants.php
parent1c6522c5c45db81f3726c2542cb7ffd01664caab (diff)
Remove closing blocks at end of PHP files
Diffstat (limited to 'application/config/constants.php')
-rw-r--r--application/config/constants.php3
1 files changed, 0 insertions, 3 deletions
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