updated okapi settings
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
*/
|
||||
$opt['php']['debug'] = PHP_DEBUG_SKIP;
|
||||
$opt['php']['timezone'] = 'Europe/Berlin';
|
||||
$opt['php']['semaphores'] = true;
|
||||
|
||||
// database connection
|
||||
|
||||
@@ -250,7 +251,7 @@
|
||||
|
||||
/* location of uploaded images
|
||||
*/
|
||||
$opt['logic']['pictures']['dir'] = $opt['rootpath'] . 'images/uploads';
|
||||
$opt['logic']['pictures']['dir'] = $opt['rootpath'] . 'images/uploads'; // Ocprop
|
||||
$opt['logic']['pictures']['url'] = 'http://devel.opencaching.de/images/uploads';
|
||||
$opt['logic']['pictures']['maxsize'] = 153600;
|
||||
$opt['logic']['pictures']['extensions'] = 'jpg;jpeg;gif;png;bmp';
|
||||
@@ -364,7 +365,7 @@
|
||||
$opt['logic']['license']['newusers'] = 2; // see license constants in lib2/logic/const.inc.php
|
||||
$opt['logic']['license']['admin'] = true;
|
||||
$opt['logic']['license']['disclaimer'] = false;
|
||||
$opt['logic']['license']['terms'] = 'http://www.opencaching.de/articles.php?page=impressum#datalicense';
|
||||
$opt['logic']['license']['terms'] = 'articles.php?page=impressum#datalicense';
|
||||
// 'disclaimer' and 'terms' also in lib/settings.inc.php
|
||||
|
||||
/* Database charset
|
||||
|
||||
Reference in New Issue
Block a user