X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fgprobe.php;h=42a8ef71355d1fc8a044c254de0e82ef6c42a762;hb=d49325d177cf03b97df250ca3cb081421c541049;hp=27854753418b563e5fc50b050612d166104e1e39;hpb=5459b00499c01bcf450669bcf42798f0cb049bef;p=friendica.git diff --git a/include/gprobe.php b/include/gprobe.php index 2785475341..42a8ef7135 100644 --- a/include/gprobe.php +++ b/include/gprobe.php @@ -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');