hotspotbilling/phpnuxbill

This commit is contained in:
Ibnu Maksum 2022-10-16 14:50:24 +07:00
parent a7e8335297
commit a2a3a7f0a6
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
42 changed files with 42 additions and 42 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
header('location: ../index.php?_route=admin/'); header('location: ../index.php?_route=admin/');

View File

@ -51,7 +51,7 @@
<div id="disqus_thread"></div> <div id="disqus_thread"></div>
<script> <script>
var disqus_config = function () { var disqus_config = function () {
this.page.url = "https://ibnux.github.io/phpnuxbill/diskusi.html"; // Replace PAGE_URL with your page's canonical URL variable this.page.url = "https://github.com/hotspotbilling/phpnuxbill/diskusi.html"; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = "phpnuxbill"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable this.page.identifier = "phpnuxbill"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
}; };
(function() { // DON'T EDIT BELOW THIS LINE (function() { // DON'T EDIT BELOW THIS LINE

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
require ('system/boot.php'); require ('system/boot.php');

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
//error_reporting (0); //error_reporting (0);
$appurl = $_POST['appurl']; $appurl = $_POST['appurl'];

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
Class Admin{ Class Admin{

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
Class App{ Class App{

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
class Http class Http

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
class Lang { class Lang {

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
Class Paginator Class Paginator

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
class Timezone { class Timezone {

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
Class User{ Class User{

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
/** /**

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
session_start(); session_start();

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_auth(); _auth();
$ui->assign('_title', $_L['My_Account']); $ui->assign('_title', $_L['My_Account']);

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
if (isset($routes['1'])) { if (isset($routes['1'])) {
$do = $routes['1']; $do = $routes['1'];

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
* used for ajax * used for ajax
**/ **/

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();
$ui->assign('_title', $_L['Bandwidth_Plans']); $ui->assign('_title', $_L['Bandwidth_Plans']);

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
$action = $routes['1']; $action = $routes['1'];

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();
$ui->assign('_title', 'Community'); $ui->assign('_title', 'Community');

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();
$ui->assign('_title', $_L['Dashboard']); $ui->assign('_title', $_L['Dashboard']);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
r2(APP_URL.'/index.php?_route=dashboard'); r2(APP_URL.'/index.php?_route=dashboard');

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();
$ui->assign('_title', $_L['Reports']); $ui->assign('_title', $_L['Reports']);

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_auth(); _auth();
$ui->assign('_title', $_L['Dashboard']); $ui->assign('_title', $_L['Dashboard']);

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
run_hook('customer_logout'); #HOOK run_hook('customer_logout'); #HOOK
if (session_status() == PHP_SESSION_NONE) session_start(); if (session_status() == PHP_SESSION_NONE) session_start();

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_auth(); _auth();
$action = $routes['1']; $action = $routes['1'];

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_auth(); _auth();
$ui->assign('_title', $_L['Order_Voucher']); $ui->assign('_title', $_L['Order_Voucher']);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();
$ui->assign('_title', 'Pages'); $ui->assign('_title', 'Pages');

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();
$ui->assign('_system_menu', 'paymentgateway'); $ui->assign('_system_menu', 'paymentgateway');

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();
$ui->assign('_title', $_L['Network']); $ui->assign('_title', $_L['Network']);

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
* @copyright Copyright (C) 2014-2015 PHP Mikrotik Billing * @copyright Copyright (C) 2014-2015 PHP Mikrotik Billing
* @license GNU General Public License version 2 or later; see LICENSE.txt * @license GNU General Public License version 2 or later; see LICENSE.txt

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
* @copyright Copyright (C) 2014-2015 PHP Mikrotik Billing * @copyright Copyright (C) 2014-2015 PHP Mikrotik Billing
* @license GNU General Public License version 2 or later; see LICENSE.txt * @license GNU General Public License version 2 or later; see LICENSE.txt
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();
$ui->assign('_title', $_L['Reports']); $ui->assign('_title', $_L['Reports']);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();
$ui->assign('_title', $_L['Network']); $ui->assign('_title', $_L['Network']);

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_admin(); _admin();

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
_auth(); _auth();

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
require('../config.php'); require('../config.php');

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/) * PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/ **/
if(php_sapi_name() !== 'cli'){ if(php_sapi_name() !== 'cli'){