added missing spaces/curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
9cb100228a
commit
15c77beee2
4 changed files with 316 additions and 237 deletions
|
@ -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 '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue