File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717|
1818*/
1919
20- // Disables routes if in Maintenance Mode
21- if (env ('MAINTENANCE_MODE ' ) != 'true ' and !file_exists (base_path ("storage/MAINTENANCE " ))){
22-
2320// Prevents section below from being run by 'composer update'
2421if (file_exists (base_path ('storage/app/ISINSTALLED ' ))){
2522 // generates new APP KEY if no one is set
2926 if (!file_exists (base_path ("config/advanced-config.php " ))){copy (base_path ('storage/templates/advanced-config.php ' ), base_path ('config/advanced-config.php ' ));}
3027}
3128
29+ // Disables routes if in Maintenance Mode
30+ if (env ('MAINTENANCE_MODE ' ) != 'true ' and !file_exists (base_path ("storage/MAINTENANCE " ))){
31+
3232//Changes the homepage to a LittleLink Custom profile if set in the config
3333if (config ('advanced-config.custom_home_url ' ) != '' ) {
3434 $ custom_home_page_url = config ('advanced-config.custom_home_url ' );
You can’t perform that action at this time.
0 commit comments