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 17
17
|
18
18
*/
19
19
20
- // Disables routes if in Maintenance Mode
21
- if (env ('MAINTENANCE_MODE ' ) != 'true ' and !file_exists (base_path ("storage/MAINTENANCE " ))){
22
-
23
20
// Prevents section below from being run by 'composer update'
24
21
if (file_exists (base_path ('storage/app/ISINSTALLED ' ))){
25
22
// generates new APP KEY if no one is set
29
26
if (!file_exists (base_path ("config/advanced-config.php " ))){copy (base_path ('storage/templates/advanced-config.php ' ), base_path ('config/advanced-config.php ' ));}
30
27
}
31
28
29
+ // Disables routes if in Maintenance Mode
30
+ if (env ('MAINTENANCE_MODE ' ) != 'true ' and !file_exists (base_path ("storage/MAINTENANCE " ))){
31
+
32
32
//Changes the homepage to a LittleLink Custom profile if set in the config
33
33
if (config ('advanced-config.custom_home_url ' ) != '' ) {
34
34
$ custom_home_page_url = config ('advanced-config.custom_home_url ' );
You can’t perform that action at this time.
0 commit comments