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