Page MenuHomeDevCentral

D3792.diff
No OneTemporary

D3792.diff

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

Mime Type
text/plain
Expires
Fri, Oct 24, 00:54 (19 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3099653
Default Alt Text
D3792.diff (702 B)

Event Timeline