浏览代码

Fix Install CSS (#792)

Dennis 2 年之前
父节点
当前提交
f49137b833
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/install/forms.php
  2. 1 1
      public/install/index.php

+ 1 - 1
public/install/forms.php

@@ -300,4 +300,4 @@ if (isset($_POST['createUser'])) {
         wh_log($db->error, 'error');
         header('LOCATION: index.php?step=6&message=Something went wrong when communicating with the Database');
     }
-}
+}

+ 1 - 1
public/install/index.php

@@ -22,7 +22,7 @@ function cardStart($title, $subtitle = null)
     <title>Controlpanel.gg installer Script</title>
 
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link href="styles.css" rel="stylesheet">
+    <link href="/install/styles.css" rel="stylesheet">
     <style>
         body {
             color-scheme: dark;