Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12318277
D3792.id9826.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
702 B
Referenced Files
None
Subscribers
None
D3792.id9826.diff
View Options
diff --git a/workspaces/src/includes/config.php b/workspaces/src/includes/config.php
--- a/workspaces/src/includes/config.php
+++ b/workspaces/src/includes/config.php
@@ -61,7 +61,7 @@
$Config['SecretKey'] = 'Replace this by a secret key, like AdYN}"p/+D.U]M^MC&-Q~KFthXZCT*g<V:dL.@{Mt-Di1mEA\&~_Eh\I\WA';
//When reading files, buffer size
-define('BUFFER_SIZE', 4096);
+const BUFFER_SIZE = 4096;
//Site theme
$Config['Theme'] = 'bluegray';
@@ -251,7 +251,7 @@
*
* Security tip: you can move this cache directory outside the webserver tree.
*/
-define('CACHE_DIR', 'cache');
+const CACHE_DIR = 'cache';
/*
* Furthermore, you can also enable a cache engine, like memcached, to store
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 24, 04:56 (20 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3099653
Default Alt Text
D3792.id9826.diff (702 B)
Attached To
Mode
D3792: Use constants in configuration
Attached
Detach File
Event Timeline
Log In to Comment