Change Header

This commit is contained in:
Ibnu Maksum
2022-09-05 15:12:00 +07:00
parent e6eff99632
commit 9dd85dc38e
38 changed files with 173 additions and 161 deletions

View File

@ -1,11 +1,6 @@
<?php
/**
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
* @copyright Copyright (C) 2014-2015 PHP Mikrotik Billing
* @license GNU General Public License version 2 or later; see LICENSE.txt
**/
require('config.php');
@ -108,7 +103,6 @@ foreach ($d as $ds){
$u->status = 'off';
$u->save();
}else
echo " : ACTIVE \r\n";
}else echo " : ACTIVE \r\n";
}
}