summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/index.php b/www/index.php
index b70121c..91f7e4d 100644
--- a/www/index.php
+++ b/www/index.php
@@ -20,16 +20,16 @@ if(empty($_GET)){
$i = 0;
foreach ($_GET as $name => $value) { //value leer?
$args[$i] = $name;
- echo 'Name: ' . $name . ' Value: ' . $value . '<br />';
+// echo 'Name: ' . $name . ' Value: ' . $value . '<br />';
$i++;
}
$length = count($args);
for ($i=0;$i<$length;$i++){
- echo $args[$i];
+ echo "$args[$i] <br>";
}
- echo "Ende";
+ echo "<br><br>Ende";
#header("Refresh: 0; /login");