admin change to adminlte

This commit is contained in:
Ibnu Maksum
2022-10-16 14:48:21 +07:00
parent 9015d519c1
commit a7e8335297
90 changed files with 913 additions and 745 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
**/
//error_reporting (0);
$appurl = $_POST['appurl'];
@ -55,7 +55,7 @@ $wConfig = "../config.php";
fwrite($fh, $input);
fclose($fh);
$sql = file_get_contents('phpmixbill.sql');
$sql = file_get_contents('phpnuxbill.sql');
$qr = $dbh->exec($sql);
@ -68,7 +68,7 @@ $wConfig = "../config.php";
<!DOCTYPE html>
<html lang="en">
<head>
<title>PHPMixBill Installer</title>
<title>PHPNuxBill Installer</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -89,7 +89,7 @@ $wConfig = "../config.php";
</div>
<div class="span12">
<h4> PHPMixBill Installer </h4>
<h4> PHPNuxBill Installer </h4>
<?php
if ($cn == '1') {
?>
@ -104,7 +104,7 @@ $wConfig = "../config.php";
} elseif ($cn == '2') {
?>
<p> MySQL Connection was successfull. An error occured while adding data on MySQL. Unsuccessfull
Installation. Please refer manual installation in the website github.com/ibnux/phpmixbill or Contact phpmixbill@ibnux.com for
Installation. Please refer manual installation in the website github.com/ibnux/phpnuxbill or Contact phpnuxbill@ibnux.com for
helping on installation</p>
<?php
} else {
@ -116,7 +116,7 @@ $wConfig = "../config.php";
</div>
</div>
<div class="footer">Copyright &copy; 2021 PHPMixBill. All Rights Reserved<br/><br/></div>
<div class="footer">Copyright &copy; 2021 PHPNuxBill. All Rights Reserved<br/><br/></div>
</body>
</html>