File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 108
108
if (EnvEditor:: keyExists (' SKIP_UPDATE_BACKUP' )){ /* Do nothing if key already exists */
109
109
} else { EnvEditor:: addKey (' SKIP_UPDATE_BACKUP' , ' false' );} // Adds key to .env file
110
110
111
+ if (EnvEditor:: keyExists (' CUSTOM_META_TAGS' )){ /* Do nothing if key already exists */
112
+ } else {EnvEditor:: addKey (' #' , ' CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php).' );
113
+ EnvEditor:: addKey (' #S' , ' You can read more about this config at https://llc.bio/advanced-config.' );
114
+ EnvEditor:: addKey (' CUSTOM_META_TAGS' , ' false' );}
115
+
111
116
echo " <meta http-equiv=\" refresh\" content=\" 0; " . url ()-> current () . " ?success\" />" ;
112
117
? >
113
118
@endif
You can’t perform that action at this time.
0 commit comments