Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 00d7dfd

Browse files
new installation process via script, elimination of data entry form for installation
Signed-off-by: [email protected] <Zannabianca20>
1 parent fef45c4 commit 00d7dfd

File tree

8 files changed

+88
-536
lines changed

8 files changed

+88
-536
lines changed

qrcode/install/config/database.php

Lines changed: 0 additions & 36 deletions
This file was deleted.

qrcode/install/database.php

Lines changed: 0 additions & 163 deletions
This file was deleted.

qrcode/install/finish.php

Lines changed: 12 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
<?php
2-
3-
if (!file_exists('../config/config.php')) {
4-
header("Location: index.php");
5-
exit();
6-
}
7-
8-
?>
9-
101
<!DOCTYPE html>
112
<html lang="en">
123

134
<head>
145
<meta charset="utf-8">
156
<meta http-equiv="X-UA-Compatible" content="IE=edge">
167
<meta name="viewport" content="width=device-width, initial-scale=1">
17-
<title>PHP Dynamic Qr code - Installer</title>
8+
<title>PHP Dynamic Qr code - Setup</title>
189
<!-- Bootstrap CSS -->
1910
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
2011
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,700" rel="stylesheet">
@@ -36,52 +27,25 @@
3627
3728
<div class="row">
3829
<div class="col-sm-12">
39-
4030
<div class="install-box">
41-
42-
43-
<div class="steps">
44-
<div class="step-progress">
45-
<div class="step-progress-line" data-now-value="100" data-number-of-steps="5" style="width: 100%;"></div>
46-
</div>
47-
<div class="step">
48-
<div class="step-icon"><i class="fa fa-code"></i></div>
49-
<p>Start</p>
50-
</div>
51-
<div class="step">
52-
<div class="step-icon"><i class="fa fa-folder-open"></i></div>
53-
<p>Folder Permissions</p>
54-
</div>
55-
<div class="step">
56-
<div class="step-icon"><i class="fa fa-database"></i></div>
57-
<p>Database</p>
58-
</div>
59-
<div class="step active">
60-
<div class="step-icon"><i class="fa fa-user"></i></div>
61-
<p>Finish</p>
62-
</div>
63-
</div>
64-
6531
<div class="step-contents">
6632
<div class="tab-1">
67-
<h1 class="step-title">Finish</h1>
6833
<div class="form-group">
69-
70-
<p style="font-size: 18px"><strong>The installation was successful.</strong><br> Keep the documentation handy and log in to the control panel by entering the default credentials:<br><br>
71-
72-
<b>superadmin</b><br>
73-
<b>superadmin</b><br><br>
74-
75-
We recommend that you create a new superadmin user and to delete the default one mentioned above.<br><br>
76-
77-
<b>N.B.</b> Remember to delete the "install" folder otherwise you could accidentally start the installation procedure again, deleting all the saves in the database</p>
78-
</div>
34+
<p style="font-size: 18px">
35+
<strong>The installation was successful.</strong>
36+
<br>
37+
Keep the documentation handy and log in to the control panel by entering the default credentials:
38+
<br><br>
39+
<b>superadmin</b><br>
40+
<b>superadmin</b><br><br>
41+
We recommend that you create a new superadmin user and to delete the default one mentioned above.<br><br>
42+
43+
<b>N.B.</b> Remember to delete the "install" folder otherwise you could accidentally start the installation procedure again, deleting all the saves in the database</p>
44+
</div>
7945
8046
<div class="buttons">
81-
8247
<a href="../login.php" class="btn btn-success btn-custom pull-right">Log in</a>
8348
</div>
84-
8549
</div>
8650
</div>
8751
</div>
@@ -91,6 +55,5 @@
9155
</div>
9256
</div>
9357
94-
9558
</body>
9659
</html>

qrcode/install/folder-permissions.php

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)