some more coding style correction
This commit is contained in:
parent
5459b00499
commit
e446e9571f
2 changed files with 65 additions and 65 deletions
|
|
@ -13,9 +13,9 @@ function gprobe_run(&$argv, &$argc){
|
|||
|
||||
if(is_null($db)) {
|
||||
@include(".htconfig.php");
|
||||
require_once("include/dba.php");
|
||||
require_once("include/dba.php");
|
||||
$db = new dba($db_host, $db_user, $db_pass, $db_data);
|
||||
unset($db_host, $db_user, $db_pass, $db_data);
|
||||
unset($db_host, $db_user, $db_pass, $db_data);
|
||||
};
|
||||
|
||||
require_once('include/session.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue