File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
"symfony-cmf/seo-bundle" : " ^2.0" ,
32
32
"symfony-cmf/routing" : " ^2.0" ,
33
33
"symfony-cmf/routing-auto-bundle" : " ^2.0" ,
34
- "symfony-cmf/sonata-phpcr-admin-integration-bundle" : " dev-fix_ckeditor " ,
34
+ "symfony-cmf/sonata-phpcr-admin-integration-bundle" : " ^1.0@ dev" ,
35
35
36
36
"jackalope/jackalope-doctrine-dbal" : " 1.2.*" ,
37
37
"jackalope/jackalope-jackrabbit" : " 1.2.*" ,
Original file line number Diff line number Diff line change 14
14
exit ('This script cannot be run from the CLI. Run it from a browser. ' );
15
15
}
16
16
17
- if (!in_array (@$ _SERVER ['REMOTE_ADDR ' ], [
17
+ if (!in_array (@$ _SERVER ['REMOTE_ADDR ' ], array (
18
18
'127.0.0.1 ' ,
19
19
'::1 ' ,
20
- ] )) {
20
+ ) )) {
21
21
header ('HTTP/1.0 403 Forbidden ' );
22
22
exit ('This script is only accessible from localhost. ' );
23
23
}
You can’t perform that action at this time.
0 commit comments