masuk radius

This commit is contained in:
Ibnu Maksum 2022-10-05 10:51:18 +07:00
parent 0ca2dc2029
commit 6033901886
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 19 additions and 2 deletions

View File

@ -86,3 +86,7 @@ BCA: 5410454825
Mandiri: 163-000-1855-793
a.n Ibnu Maksum
## SPONSORS
none :(

View File

@ -23,12 +23,20 @@ catch(PDOException $ex){
if ($cn == '1') {
$input = '<?php
define(\'APP_URL\', \'' . $appurl . '\');
$_app_stage = \'Live\';
// Database PHPNuxBill
$db_host = \'' . $db_host . '\';
$db_user = \'' . $db_user . '\';
$db_password = \'' . $db_password . '\';
$db_name = \'' . $db_name . '\';
define(\'APP_URL\', \'' . $appurl . '\');
$_app_stage = \'Live\';
// Database Radius
$radius_host = \'' . $db_host . '\';
$radius_user = \'' . $db_user . '\';
$radius_pass = \'' . $db_password . '\';
$radius_name = \'' . $db_name . '\';
if($_app_stage!=\'Live\'){
error_reporting(E_ERROR);

View File

@ -0,0 +1,5 @@
<?php
class Radius {
}