Passed
Push — master ( 53f161...b6d7ca )
by
unknown
43s
created
public_html/tc/controller/DashboardController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 ini_set("display_errors", 1);
7 7
 set_time_limit(0);
8 8
 
9
-if(!isset($_SESSION)){
9
+if (!isset($_SESSION)) {
10 10
     session_start();
11 11
 }
12 12
 
Please login to merge, or discard this patch.
public_html/tc/controller/ProfilePicController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 ini_set("display_errors", 1);
7 7
 set_time_limit(0);
8 8
 
9
-if(!isset($_SESSION)){
9
+if (!isset($_SESSION)) {
10 10
     session_start();
11 11
 }
12 12
 
Please login to merge, or discard this patch.