X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fgprobe.php;h=0cf32e95fe9311f04cffeeb1cd5089eb3cb5d119;hb=4075b872bf28d5c0286c2d80cc279e73296c5083;hp=5ca42729a701c60159bfd2b0213831ee86bef229;hpb=6342b3e0bdd5774857a8fca809994f05e0208d25;p=friendica.git diff --git a/include/gprobe.php b/include/gprobe.php index 5ca42729a7..0cf32e95fe 100644 --- a/include/gprobe.php +++ b/include/gprobe.php @@ -4,7 +4,7 @@ require_once("boot.php"); require_once('include/Scrape.php'); require_once('include/socgraph.php'); -function gprobe_run($argv, $argc){ +function gprobe_run(&$argv, &$argc){ global $a, $db; if(is_null($a)) { @@ -13,7 +13,7 @@ function gprobe_run($argv, $argc){ if(is_null($db)) { @include(".htconfig.php"); - require_once("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); };