Passed
Push — master ( 2b7457...343ed8 )
by Tim
02:15
created
www/login.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,5 +16,5 @@
 block discarded – undo
16 16
     header('HTTP/1.0 500 Internal Server Error');
17 17
     header('Content-Type: text/plain; charset=utf-8');
18 18
     echo "ERROR\n";
19
-    echo $e->getMessage() . "\n";
19
+    echo $e->getMessage()."\n";
20 20
 }
Please login to merge, or discard this patch.
www/logout.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,5 +16,5 @@
 block discarded – undo
16 16
     header('HTTP/1.0 500 Internal Server Error');
17 17
     header('Content-Type: text/plain; charset=utf-8');
18 18
     echo "ERROR\n";
19
-    echo $e->getMessage() . "\n";
19
+    echo $e->getMessage()."\n";
20 20
 }
Please login to merge, or discard this patch.
www/attributes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,5 +16,5 @@
 block discarded – undo
16 16
     header('HTTP/1.0 500 Internal Server Error');
17 17
     header('Content-Type: text/plain; charset=utf-8');
18 18
     echo "ERROR\n";
19
-    echo $e->getMessage() . "\n";
19
+    echo $e->getMessage()."\n";
20 20
 }
Please login to merge, or discard this patch.