Skip to content

Commit a75ced3

Browse files
Update config.php
1 parent 9bdb5f9 commit a75ced3

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
@@ -36,12 +36,12 @@
3636
|
3737
*/
3838

39-
'enable_custom_code' => 'false',
39+
'enable_custom_code' => 'true',
4040

4141
// Disable individual files (only applies if above is 'true').
4242
'enable_custom_head' => 'true',
43-
'enable_custom_body' => 'true',
44-
'enable_custom_body_end' => 'true',
43+
'enable_custom_body' => 'false',
44+
'enable_custom_body_end' => 'false',
4545

4646

4747
/*
@@ -63,4 +63,4 @@
6363

6464

6565

66-
];
66+
];

0 commit comments

Comments
 (0)