Passed
Branch main (c9f3a5)
by TARIQ
10:22
created
www/brighty/public/install/requirements.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,18 +2,18 @@
 block discarded – undo
2 2
 
3 3
 $error = false;
4 4
 
5
-	// $req = {
6
-	// 	$name => "PHP Version",
7
-	// 	$check => (version_compare(PHP_VERSION, '7.2.5') >= 0)
8
-	// }
5
+    // $req = {
6
+    // 	$name => "PHP Version",
7
+    // 	$check => (version_compare(PHP_VERSION, '7.2.5') >= 0)
8
+    // }
9 9
 
10 10
 
11 11
 class Requirements{
12 12
 
13 13
 	
14
-	__construct(){
14
+    __construct(){
15 15
 
16
-	}
16
+    }
17 17
 }
18 18
 
19 19
 if (version_compare(PHP_VERSION, '7.2.5') >= 0) {
Please login to merge, or discard this patch.
www/brighty/public/install/html.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,10 +47,10 @@
 block discarded – undo
47 47
                   </div>
48 48
                   <?php } ?>
49 49
                   <?php if($step == 1){
50
-                     include_once('requirements.php');
51
-                     } else if($step == 2){
52
-                     include_once('file_permissions.php');
53
-                     } else if($step == 3){ ?>
50
+                        include_once('requirements.php');
51
+                        } else if($step == 2){
52
+                        include_once('file_permissions.php');
53
+                        } else if($step == 3){ ?>
54 54
                   <?php echo '<form action="" method="post" accept-charset="utf-8">'; ?>
55 55
                   <?php echo '<input type="hidden" name="step" value="'.$step.'">'; ?>
56 56
                   <div class="form-group">
Please login to merge, or discard this patch.
www/brighty/public/install/file_permissions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
     echo '<input type="hidden" name="permissions_success" value="true">';
212 212
     echo '<div class="text-left">';
213 213
     echo '<button type="submit" class="btn btn-success">Setup Database</button>';
214
-     echo '</div>';
214
+        echo '</div>';
215 215
     echo '</form>';
216 216
     echo '</div>';
217 217
 }
Please login to merge, or discard this patch.