summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorD. Marshall Lemcoe Jr. <david@lemcoe.com>2012-09-03 06:46:30 +0200
committerD. Marshall Lemcoe Jr. <david@lemcoe.com>2012-09-03 06:46:30 +0200
commit88dabf1c0d41d317d7bde4d3134833042b3a9f2f (patch)
tree8fd0a9b423b1bbaeb1ebf23e2835e6919ff036ac /application
parent4e80d80ae6bda06b8c3bf2c041ab695b9d077340 (diff)
Update application/config/constants.php
Removed completely unnecessary whitespace. 
Diffstat (limited to 'application')
-rw-r--r--application/config/constants.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/application/config/constants.php b/application/config/constants.php
index d22d2963e..62a18e761 100644
--- a/application/config/constants.php
+++ b/application/config/constants.php
@@ -52,14 +52,14 @@ define('DIR_WRITE_MODE', 0777);
|
*/
-define('FOPEN_READ', 'rb');
-define('FOPEN_READ_WRITE', 'r+b');
-define('FOPEN_WRITE_CREATE_DESTRUCTIVE', 'wb'); // truncates existing file data, use with care
-define('FOPEN_READ_WRITE_CREATE_DESTRUCTIVE', 'w+b'); // truncates existing file data, use with care
-define('FOPEN_WRITE_CREATE', 'ab');
-define('FOPEN_READ_WRITE_CREATE', 'a+b');
-define('FOPEN_WRITE_CREATE_STRICT', 'xb');
-define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
+define('FOPEN_READ', 'rb');
+define('FOPEN_READ_WRITE', 'r+b');
+define('FOPEN_WRITE_CREATE_DESTRUCTIVE', 'wb'); // truncates existing file data, use with care
+define('FOPEN_READ_WRITE_CREATE_DESTRUCTIVE', 'w+b'); // truncates existing file data, use with care
+define('FOPEN_WRITE_CREATE', 'ab');
+define('FOPEN_READ_WRITE_CREATE', 'a+b');
+define('FOPEN_WRITE_CREATE_STRICT', 'xb');
+define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
/*
|--------------------------------------------------------------------------