typo fixed
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 7 Dec 2010 10:12:31 +0000 (10:12 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 7 Dec 2010 10:12:31 +0000 (10:12 +0000)
config.default.php

index 09dc03a1ca43413be94626c84f60d672b4259480..eca0db7b5f3e0882baa0aad7348fcd2ea9ffaf54 100644 (file)
@@ -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.