Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lastsamurai26 authored May 22, 2023
1 parent 01ef094 commit 7ab5937
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
|
*/

'enable_custom_code' => 'false',
'enable_custom_code' => 'true',

// Disable individual files (only applies if above is 'true').
'enable_custom_head' => 'true',
'enable_custom_body' => 'true',
'enable_custom_body_end' => 'true',
'enable_custom_body' => 'false',
'enable_custom_body_end' => 'false',


/*
Expand All @@ -63,4 +63,4 @@



];
];

0 comments on commit 7ab5937

Please sign in to comment.