diff options
Diffstat (limited to 'system/application/config/constants.php')
-rw-r--r-- | system/application/config/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/config/constants.php b/system/application/config/constants.php index 303d87372..3f7975635 100644 --- a/system/application/config/constants.php +++ b/system/application/config/constants.php @@ -36,3 +36,4 @@ define('FOPEN_READ_WRITE_CREATE', 'a+b'); define('FOPEN_WRITE_CREATE_STRICT', 'xb');
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
+?>
\ No newline at end of file |