X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=testargs.php;h=a6042f8eb9237a8bae63e25defee9f12ac9ea42c;hb=d301a363b0c6b7ebb9e70d44ddf82f3d715e4041;hp=a0ddea34524f7dd5962b5af2eaf77c40c3e135fc;hpb=15c77beee29ccda758b72fd30a59eca8951459f4;p=friendica.git diff --git a/testargs.php b/testargs.php index a0ddea3452..a6042f8eb9 100644 --- a/testargs.php +++ b/testargs.php @@ -15,8 +15,7 @@ */ -if (($_SERVER["argc"] > 1) && isset($_SERVER["argv"][1])) { +if(($_SERVER["argc"] > 1) && isset($_SERVER["argv"][1])) echo $_SERVER["argv"][1]; -} else { +else echo ''; -}