Fix codingstyle
Hanno

Hanno commited on 2019-10-27 08:54:14
Zeige 1 geänderte Dateien mit 2 Einfügungen und 1 Löschungen.

... ...
@@ -22,8 +22,9 @@ require_once("inc/theme.php");
22 22
 
23 23
 set_exception_handler('handle_exception');
24 24
 
25
-if (!isset($_GET['go']))
25
+if (!isset($_GET['go'])) {
26 26
     die("No command");
27
+}
27 28
 $go = $_GET['go'];
28 29
 
29 30
 /*
30 31