repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes unit test after changes in [549].
[akelos.git]
/
config
/
environments
/
development.php
blob
641ccd7c37fca3e0de960e7e78cd6d80de2750ca
1
<
?php
2
3
// Define constants that are used only on a development environment
4
// See file boot.php for more info
5
6
@ini_set
(
'display_errors'
,
1
);
7
8
define
(
'AK_ENABLE_STRICT_XHTML_VALIDATION'
,
false
);
// At least until the validator is fully tested
9
10
?
>