Skip to content

Commit 2964fcf

Browse files
Update config.php
1 parent 6931c60 commit 2964fcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
|
2828
*/
2929

30-
'enable_custom_code' => 'false',
30+
'enable_custom_code' => 'true',
3131

3232
// Disable individual files (only applies if above is 'true').
3333
'enable_custom_head' => 'true',
34-
'enable_custom_body' => 'true',
35-
'enable_custom_body_end' => 'true',
34+
'enable_custom_body' => 'false',
35+
'enable_custom_body_end' => 'false',
3636

3737

3838
/*
@@ -51,4 +51,4 @@
5151

5252

5353

54-
];
54+
];

0 commit comments

Comments
 (0)