rename pages

This commit is contained in:
Ibnu Maksum 2023-08-28 15:21:57 +07:00
parent 717b21e65e
commit 341e26f4d6
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
6 changed files with 41 additions and 56 deletions

View File

@ -16,11 +16,8 @@
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo" /></a></div>
</div>
</div>
<!-- contents area start --> <!-- contents area start -->
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">

View File

@ -16,11 +16,8 @@
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo" /></a></div>
</div>
</div>
<div class="span12"> <div class="span12">
<h4> PHPNuxBill Installer </h4> <h4> PHPNuxBill Installer </h4>

View File

@ -15,11 +15,8 @@
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo"/></a></div>
</div>
</div>
<div class="span12"> <div class="span12">
<h4> PHPNuxBill Installer </h4> <h4> PHPNuxBill Installer </h4>

View File

@ -82,11 +82,8 @@ $wConfig = "../config.php";
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo"/></a></div>
</div>
</div>
<div class="span12"> <div class="span12">
<h4> PHPNuxBill Installer </h4> <h4> PHPNuxBill Installer </h4>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>PHPNuxBill Installer</title> <title>PHPNuxBill Installer</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
@ -12,20 +13,18 @@
<link type='text/css' href='css/style.css' rel='stylesheet' /> <link type='text/css' href='css/style.css' rel='stylesheet' />
<link type='text/css' href="css/bootstrap.min.css" rel="stylesheet"> <link type='text/css' href="css/bootstrap.min.css" rel="stylesheet">
</head> </head>
<?php rename('../pages_template','../pages'); ?>
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo"/></a></div>
</div>
</div>
<div class="span12"> <div class="span12">
<h4> PHPNuxBill Installer </h4> <h4> PHPNuxBill Installer </h4>
<p> <p>
<strong>Congratulations!</strong><br> <strong>Congratulations!</strong><br>
You have just install PHPNuxBill !<br> You have just install PHPNuxBill !<br><br>
<span class="text-danger">But wait!!<br>
Don't forget to rename folder <b>pages_example</b> to <b>pages</b></span><br><br>
To Login Admin Portal:<br> To Login Admin Portal:<br>
Use this link - Use this link -
<?php <?php
@ -43,4 +42,5 @@
</div> </div>
<div class="footer">Copyright &copy; 2021 PHPNuxBill. All Rights Reserved<br /><br /></div> <div class="footer">Copyright &copy; 2021 PHPNuxBill. All Rights Reserved<br /><br /></div>
</body> </body>
</html> </html>

View File

@ -16,11 +16,8 @@
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<div class='header'> <img src="img/logo.png" class="img-responsive" alt="Logo" />
<div class="header-box wrapper"> <hr>
<div class="hd-logo"><a href="#"><img src="img/logo.png" alt="Logo" /></a></div>
</div>
</div>
<div class="span12"> <div class="span12">
<h4> PHPNuxBill Updater </h4> <h4> PHPNuxBill Updater </h4>