summaryrefslogtreecommitdiffstats
path: root/application/config/constants.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-07-05 12:16:12 +0200
committerAndrey Andreev <narf@devilix.net>2015-07-05 12:16:12 +0200
commitb28ae67ae212d52ac1a3970fbf42ef99ce09450a (patch)
tree072c9e4cbf56f9fc90037c2b655d070916e56414 /application/config/constants.php
parenta1170aff602317d9b6f2d5c1d5cc60d3dc82ee58 (diff)
parentadf7636fb82a01ea4c9acf3322715a9e653e37fe (diff)
Merge pull request #3953 from calvintam236/develop
[ci skip] Fix comment typos and strip some new lines
Diffstat (limited to 'application/config/constants.php')
-rw-r--r--application/config/constants.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/config/constants.php b/application/config/constants.php
index 01096c74a..48283e223 100644
--- a/application/config/constants.php
+++ b/application/config/constants.php
@@ -27,7 +27,6 @@ define('DIR_WRITE_MODE', 0755);
| These modes are used when working with fopen()/popen()
|
*/
-
define('FOPEN_READ', 'rb');
define('FOPEN_READ_WRITE', 'r+b');
define('FOPEN_WRITE_CREATE_DESTRUCTIVE', 'wb'); // truncates existing file data, use with care