Skip to content

Commit fe352e6

Browse files
committed
Update finishing.blade.php
1 parent 0891c79 commit fe352e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/components/finishing.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
if(EnvEditor::keyExists('USE_THEME_PREVIEW_IFRAME')){ /* Do nothing if key already exists */
2626
} else {EnvEditor::addKey('USE_THEME_PREVIEW_IFRAME', 'true');}
2727
28+
if(EnvEditor::keyExists('FORCE_ROUTE_HTTPS')){ /* Do nothing if key already exists */
29+
} else {EnvEditor::addKey('FORCE_ROUTE_HTTPS', 'false');}
30+
2831
2932
// Adds database entries
3033
Schema::disableForeignKeyConstraints();

0 commit comments

Comments
 (0)