projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c2eb85
)
typo fixed
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 7 Dec 2010 10:12:31 +0000
(10:12 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 7 Dec 2010 10:12:31 +0000
(10:12 +0000)
config.default.php
patch
|
blob
|
history
diff --git
a/config.default.php
b/config.default.php
index 09dc03a1ca43413be94626c84f60d672b4259480..eca0db7b5f3e0882baa0aad7348fcd2ea9ffaf54 100644
(file)
--- 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.