<?php
-
if (file_exists(CONST_BasePath.'/settings/local.php')) require_once(CONST_BasePath.'/settings/local.php');
if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true);
@define('CONST_Search_AreaPolygons_Enabled', true);
@define('CONST_Suggestions_Enabled', false);
+
+ // Log settings
+ @define('CONST_Log_DB', true);
+ @define('CONST_Log_File', false);
+ @define('CONST_Log_File_Format', 'TODO'); // Currently hard coded