info about PHPNuxBill

This commit is contained in:
Ibnu Maksum 2023-08-28 15:45:47 +07:00
parent 00cf90e6ea
commit 44cdd8f594
No known key found for this signature in database
GPG key ID: 7FC82848810579E5

View file

@ -13,7 +13,8 @@
<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'); ?> <?php if (!file_exists('../pages')) rename('../pages_template', '../pages'); ?>
<body style='background-color: #FBFBFB;'> <body style='background-color: #FBFBFB;'>
<div id='main-container'> <div id='main-container'>
<img src="img/logo.png" class="img-responsive" alt="Logo" /> <img src="img/logo.png" class="img-responsive" alt="Logo" />
@ -24,8 +25,15 @@
<strong>Congratulations!</strong><br> <strong>Congratulations!</strong><br>
You have just install PHPNuxBill !<br><br> You have just install PHPNuxBill !<br><br>
<span class="text-danger">But wait!!<br> <span class="text-danger">But wait!!<br>
Don't forget to rename folder <b>pages_example</b> to <b>pages</b>.<br> <ol>
if it not yet renamed</span><br><br> <li>Don't forget to rename folder <b>pages_example</b> to <b>pages</b>.<br>
if it not yet renamed</li>
<li>Activate <a href="https://github.com/hotspotbilling/phpnuxbill/wiki/Cron-Jobs" target="_blank">Cronjob</a> for Expired and Reminder.</li>
<li>Check <a href="https://github.com/hotspotbilling/phpnuxbill/wiki/How-It-Works---Cara-kerja" target="_blank">how PHPNuxbill Works</a></li>
<li><a href="https://github.com/hotspotbilling/phpnuxbill/wiki#login-page-mikrotik" target="_blank">how to link Mikrotik Login to PHPNuxBill</a></li>
<li>or use <a href="https://github.com/hotspotbilling/phpnuxbill-mikrotik-login-template" target="_blank">Mikrotik Login Template for PHPNuxBill</a></li>
</ol>
</span><br><br>
To Login Admin Portal:<br> To Login Admin Portal:<br>
Use this link - Use this link -
<?php <?php