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 Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/
header('location: ../index.php?_route=admin/');

View File

@ -51,7 +51,7 @@
<div id="disqus_thread"></div>
<script>
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
};
(function() { // DON'T EDIT BELOW THIS LINE

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
<?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 Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/
Class Paginator

View File

@ -1,7 +1,7 @@
<?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 Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/
class Timezone {

View File

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

View File

@ -1,6 +1,6 @@
<?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 Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/
session_start();

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
<?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
* @license GNU General Public License version 2 or later; see LICENSE.txt

View File

@ -1,7 +1,7 @@
<?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
* @license GNU General Public License version 2 or later; see LICENSE.txt
*

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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