Skip to content

Commit ac0a83b

Browse files
committed
Update finishing.blade.php
1 parent e74d92d commit ac0a83b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/views/components/finishing.blade.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@
6969
} catch (Exception $e) {}
7070
}
7171
72+
try {
73+
$file = base_path('storage/RSTAC');
74+
if (file_exists($file)) {
75+
copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));
76+
unlink($file);
77+
}
78+
} catch (Exception $e) {}
79+
7280
// Footer page customization
7381
if(EnvEditor::keyExists('DISPLAY_FOOTER_HOME')){} else {EnvEditor::addKey('DISPLAY_FOOTER_HOME', 'true');}
7482
if(EnvEditor::keyExists('DISPLAY_FOOTER_TERMS')){} else {EnvEditor::addKey('DISPLAY_FOOTER_TERMS', 'true');}

0 commit comments

Comments
 (0)