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
Fixing content type ordering when content_type is not defined.
[akelos.git]
/
config
/
environments
/
testing.php
blob
bfa491b7020db1ca9f77a17f155901ff1ee2cd4e
1
<
?php
2
3
// Define constants that are used only on a testing environment
4
// See file boot.php for more info
5
6
@ini_set
(
'display_errors'
,
1
);
7
@ini_set
(
'memory_limit'
, -
1
);
8
9
?
>