Skip to content

Commit 4fc076e

Browse files
Update config.php
1 parent e0be758 commit 4fc076e

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
@@ -38,12 +38,12 @@
3838
|
3939
*/
4040

41-
'enable_custom_code' => 'false',
41+
'enable_custom_code' => 'true',
4242

4343
// Disable individual files (only applies if above is 'true').
4444
'enable_custom_head' => 'true',
45-
'enable_custom_body' => 'true',
46-
'enable_custom_body_end' => 'true',
45+
'enable_custom_body' => 'false',
46+
'enable_custom_body_end' => 'false',
4747

4848

4949
/*
@@ -65,4 +65,4 @@
6565

6666

6767

68-
];
68+
];

0 commit comments

Comments
 (0)