|
1 | | -<?php |
2 | | - |
3 | | -if (!file_exists('../config/config.php')) { |
4 | | - header("Location: index.php"); |
5 | | - exit(); |
6 | | - } |
7 | | - |
8 | | -?> |
9 | | - |
10 | 1 | <!DOCTYPE html> |
11 | 2 | <html lang="en"> |
12 | 3 |
|
13 | 4 | <head> |
14 | 5 | <meta charset="utf-8"> |
15 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
16 | 7 | <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> |
18 | 9 | <!-- Bootstrap CSS --> |
19 | 10 | <link rel="stylesheet" href="assets/css/bootstrap.min.css"> |
20 | 11 | <link href="https://fonts.googleapis.com/css?family=Poppins:400,500,700" rel="stylesheet"> |
|
36 | 27 |
|
37 | 28 | <div class="row"> |
38 | 29 | <div class="col-sm-12"> |
39 | | - |
40 | 30 | <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 | | - |
65 | 31 | <div class="step-contents"> |
66 | 32 | <div class="tab-1"> |
67 | | - <h1 class="step-title">Finish</h1> |
68 | 33 | <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> |
79 | 45 |
|
80 | 46 | <div class="buttons"> |
81 | | - |
82 | 47 | <a href="../login.php" class="btn btn-success btn-custom pull-right">Log in</a> |
83 | 48 | </div> |
84 | | - |
85 | 49 | </div> |
86 | 50 | </div> |
87 | 51 | </div> |
|
91 | 55 | </div> |
92 | 56 | </div> |
93 | 57 |
|
94 | | - |
95 | 58 | </body> |
96 | 59 | </html> |
0 commit comments