masuk radius
This commit is contained in:
parent
0ca2dc2029
commit
6033901886
@ -86,3 +86,7 @@ BCA: 5410454825
|
||||
Mandiri: 163-000-1855-793
|
||||
|
||||
a.n Ibnu Maksum
|
||||
|
||||
## SPONSORS
|
||||
|
||||
none :(
|
||||
|
@ -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);
|
||||
|
5
system/autoload/Radius.php
Normal file
5
system/autoload/Radius.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class Radius {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user