]> git.mxchange.org Git - friendica.git/blobdiff - include/gprobe.php
Replaced $argv and $argc with the $_SERVER array
[friendica.git] / include / gprobe.php
index 36650eb9ae4d026ae06fe33b5d23a0e262b1d4de..52c5483c87c2ef213f114fb88b5aa38a33f69f3c 100644 (file)
@@ -63,6 +63,6 @@ function gprobe_run(&$argv, &$argc){
 }
 
 if (array_search(__file__,get_included_files())===0){
-  gprobe_run($argv,$argc);
+  gprobe_run($_SERVER["argv"],$_SERVER["argc"]);
   killme();
 }