system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
| Direktori : /home/pfhr/public_html/Bin/ |
| Current File : /home/pfhr/public_html/Bin/Configuration.php |
<?php
//***************** Do not Edit / Change anything in this file ********************//
class Bin_Configuration extends Bin_Security {
public $config = array();
function Bin_Configuration() {
$this->config["HOST"] = 'localhost';
$this->config["USER"] = 'pfhr_svr';
$this->config["PASSWORD"] = 'yVij25U4p88R';
$this->config["DB"] = 'pfhr_svr';
} }
?>