File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 250
250
Sessions::set ("fti.accountCreated " , true );
251
251
252
252
// now set up the remainder of the script
253
+ Installation::updateDatabaseSettings ();
253
254
Hooks::updateAvailableHooks ();
254
255
Modules::updateModuleList ();
255
256
Themes::updateThemeList ();
Original file line number Diff line number Diff line change 25
25
<head>
26
26
<title><?php echo $ LANG ["phrase_ft_installation " ]; ?> </title>
27
27
<link rel="Form Tools icon" href="../themes/default/images/favicon.ico">
28
- <?php if (!Core::isDevMode ()) { ?>
29
- <link rel="stylesheet" href="../react/main.css">
30
- <?php } ?>
28
+ <link rel="stylesheet" href="../react/main.css">
31
29
</head>
32
30
<body>
33
31
<div id="root"></div>
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const config = (env) => {
26
26
{
27
27
test : / \. s c s s $ / ,
28
28
use : [
29
- isDev ? 'style-loader' : MiniCssExtractPlugin . loader ,
29
+ MiniCssExtractPlugin . loader ,
30
30
{
31
31
loader : 'css-loader' ,
32
32
options : {
You can’t perform that action at this time.
0 commit comments