From: Janusz Dobrowolski Date: Tue, 7 Dec 2010 10:12:31 +0000 (+0000) Subject: typo fixed X-Git-Tag: v2.4.2~19^2~427 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=b44b14fb39b6490065334f86ec20566e218a722b;p=fa-stable.git typo fixed --- diff --git a/config.default.php b/config.default.php index 09dc03a1..eca0db7b 100644 --- a/config.default.php +++ b/config.default.php @@ -20,7 +20,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) die("Restricted access"); - if (!defined(E_STRICT)) + if (!defined('E_STRICT')) define('E_STRICT', 2048); // for php4 // Log file for error/warning messages. Should be set to any location // writable by www server. When set to empty string logging is switched off.