]> git.mxchange.org Git - friendica.git/blobdiff - testargs.php
Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git] / testargs.php
index 8c6da430e95900634717a8b26aa225413b7f0e0a..a6042f8eb9237a8bae63e25defee9f12ac9ea42c 100644 (file)
@@ -15,9 +15,7 @@
  */
 
 
-if(($argc > 1) && isset($argv[1]))
-       echo $argv[1];
-elseif(($_SERVER["argc"] > 1) && isset($_SERVER["argv"][1]))
+if(($_SERVER["argc"] > 1) && isset($_SERVER["argv"][1]))
        echo $_SERVER["argv"][1];
 else
        echo '';