X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=testargs.php;h=a6042f8eb9237a8bae63e25defee9f12ac9ea42c;hb=a552845d8f49ca9904a78dffe37b89c8df4cff29;hp=8c6da430e95900634717a8b26aa225413b7f0e0a;hpb=38a45d325fbd9e71f9c274bd1bee70a3bc6a2eea;p=friendica.git diff --git a/testargs.php b/testargs.php index 8c6da430e9..a6042f8eb9 100644 --- a/testargs.php +++ b/testargs.php @@ -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 '';