Passed
Push — 2.x ( 154feb...ed3db8 )
by Terry
02:04
created
templates/panel/iptables_status.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,11 +30,11 @@
 block discarded – undo
30 30
     </div>
31 31
     <br />
32 32
     <div class="so-datatables">
33
-        <?php if (! empty($last_cached_time)) : ?>
33
+        <?php if (!empty($last_cached_time)) : ?>
34 34
             <?php _e('panel', 'log_label_cache_time', 'Report generated time'); ?>: <strong class="text-info"><?php echo $last_cached_time; ?></strong>
35 35
             &nbsp;&nbsp;&nbsp;&nbsp; 
36 36
         <?php endif; ?>
37
-        <?php if (! empty($ipStatus)) : ?>
37
+        <?php if (!empty($ipStatus)) : ?>
38 38
             <pre><?php echo nl2br($ipStatus); ?></pre>
39 39
         <?php endif; ?>
40 40
     </div>
Please login to merge, or discard this patch.
templates/panel/js/chart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     var captchaCount = <?php echo ($period_data['captcha_count'] ?? 0); ?>;
18 18
 
19 19
     // Today
20
-    <?php if (! empty($past_seven_hours)) : ?>
20
+    <?php if (!empty($past_seven_hours)) : ?>
21 21
     var pageviewChartString = [<?php echo ($past_seven_hours['pageview_chart_string'] ?? ''); ?>];
22 22
     var captchaChartString = [<?php echo ($past_seven_hours['captcha_chart_string'] ?? ''); ?>];
23 23
     var labelChartString = [<?php echo ($past_seven_hours['label_chart_string'] ?? ''); ?>];
Please login to merge, or discard this patch.
templates/frontend/login.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
 				<div class="card-body">
116 116
                     <form action="<?php echo $_SERVER['REQUEST_URI'] ?>" method="post" autocomplete="off">
117 117
                         <div class="main-content">
118
-                            <?php if (! empty($error)) : ?>
118
+                            <?php if (!empty($error)) : ?>
119 119
                             <div class="error-notice">
120 120
                                 <?php echo $error; ?>
121 121
                             </div>
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
                             <div class="input-box">
127 127
                                 <input type="password" name="s_pass" placeholder="Password" class="form-input" />
128 128
                             </div>
129
-                            <?php if (! empty($this->captcha)) : ?>
129
+                            <?php if (!empty($this->captcha)) : ?>
130 130
                             <div class="input-box">
131 131
                                 <?php foreach ($this->captcha as $captcha) : ?>
132 132
                                     <?php echo $captcha->form(); ?>
Please login to merge, or discard this patch.
src/Firewall/Captcha/ImageCaptcha.php 1 patch
Spacing   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -201,13 +201,12 @@  discard block
 block discarded – undo
201 201
         $imgHeight = $this->properties['img_height'];
202 202
 
203 203
         // Determine angle and position.
204
-        $length	= strlen($this->word);
204
+        $length = strlen($this->word);
205 205
         $angle = ($length >= 6) ?mt_rand(-($length - 6), ($length - 6)) : 0;
206 206
         $xAxis = mt_rand(6, (360 / $length) - 16);
207 207
 
208 208
         $yAxis = ($angle >= 0) ? 
209
-            mt_rand($imgHeight, $imgWidth) : 
210
-            mt_rand(6, $imgHeight);
209
+            mt_rand($imgHeight, $imgWidth) : mt_rand(6, $imgHeight);
211 210
 
212 211
         // Create image.
213 212
         if (function_exists('imagecreatetruecolor')) {
@@ -258,7 +257,7 @@  discard block
 block discarded – undo
258 257
         $y = 0;
259 258
 
260 259
         for ($i = 0; $i < $length; $i++) {
261
-            $y = mt_rand(0 , $imgHeight / 2);
260
+            $y = mt_rand(0, $imgHeight / 2);
262 261
             imagestring($im, 5, $x, $y, $this->word[$i], $colors['text']);
263 262
             $x += ($this->properties['font_spacing'] * 2);
264 263
         }
@@ -267,7 +266,7 @@  discard block
 block discarded – undo
267 266
         imagerectangle($im, 0, 0, $imgWidth - 1, $imgHeight - 1, $colors['border']);
268 267
 
269 268
         // Generate image in base64 string.
270
-        ob_start ();
269
+        ob_start();
271 270
 
272 271
         if (function_exists('imagejpeg')) {
273 272
             $this->imageType = 'jpeg';
Please login to merge, or discard this patch.
src/Firewall/Component/Rdns.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     public function isDenied(): bool
46 46
     {
47 47
         if (!empty($this->deniedList)) {
48
-            if (preg_match('/(' . implode('|', $this->deniedList). ')/i', $this->rdns)) {
48
+            if (preg_match('/(' . implode('|', $this->deniedList) . ')/i', $this->rdns)) {
49 49
                 return true;
50 50
             }
51 51
         }
Please login to merge, or discard this patch.
src/Firewall/Component/UserAgent.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -49,19 +49,19 @@  discard block
 block discarded – undo
49 49
         $this->deniedList = [
50 50
 
51 51
             // Backlink crawlers
52
-            'Ahrefs',     // http://ahrefs.com/robot/
53
-            'roger',      // rogerbot (SEOMOZ)
54
-            'moz.com',    // SEOMOZ crawlers
55
-            'MJ12bot',    // Majestic crawlers
56
-            'findlinks',  // http://wortschatz.uni-leipzig.de/findlinks
57
-            'Semrush',    // http://www.semrush.com/bot.html
52
+            'Ahrefs', // http://ahrefs.com/robot/
53
+            'roger', // rogerbot (SEOMOZ)
54
+            'moz.com', // SEOMOZ crawlers
55
+            'MJ12bot', // Majestic crawlers
56
+            'findlinks', // http://wortschatz.uni-leipzig.de/findlinks
57
+            'Semrush', // http://www.semrush.com/bot.html
58 58
     
59 59
             // Web information crawlers
60
-            'domain',     // Domain name information crawlers.
61
-            'copyright',  // Copyright information crawlers.
60
+            'domain', // Domain name information crawlers.
61
+            'copyright', // Copyright information crawlers.
62 62
     
63 63
             // Others
64
-            'archive',    // Wayback machine
64
+            'archive', // Wayback machine
65 65
         ];
66 66
     }
67 67
 
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     public function isDenied(): bool
72 72
     {
73 73
         if (!empty($this->deniedList)) {
74
-            if (preg_match('/(' . implode('|', $this->deniedList). ')/i', $this->userAgent)) {
74
+            if (preg_match('/(' . implode('|', $this->deniedList) . ')/i', $this->userAgent)) {
75 75
                 return true;
76 76
             }
77 77
         }
Please login to merge, or discard this patch.
src/Firewall/Middleware/UserAgent.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -40,19 +40,19 @@  discard block
 block discarded – undo
40 40
     protected $deniedList = [
41 41
 
42 42
         // Backlink crawlers
43
-        'Ahrefs',     // http://ahrefs.com/robot/
44
-        'roger',      // rogerbot (SEOMOZ)
45
-        'moz.com',    // SEOMOZ crawlers
46
-        'MJ12bot',    // Majestic crawlers
47
-        'findlinks',  // http://wortschatz.uni-leipzig.de/findlinks
48
-        'Semrush',    // http://www.semrush.com/bot.html
43
+        'Ahrefs', // http://ahrefs.com/robot/
44
+        'roger', // rogerbot (SEOMOZ)
45
+        'moz.com', // SEOMOZ crawlers
46
+        'MJ12bot', // Majestic crawlers
47
+        'findlinks', // http://wortschatz.uni-leipzig.de/findlinks
48
+        'Semrush', // http://www.semrush.com/bot.html
49 49
 
50 50
         // Web information crawlers
51
-        'domain',     // Domain name information crawlers.
52
-        'copyright',  // Copyright information crawlers.
51
+        'domain', // Domain name information crawlers.
52
+        'copyright', // Copyright information crawlers.
53 53
 
54 54
         // Others
55
-        'archive',    // Wayback machine
55
+        'archive', // Wayback machine
56 56
     ];
57 57
 
58 58
     /**
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     public function __construct(array $deniedList = [])
66 66
     {
67 67
         if (!empty($deniedList)) {
68
-            $this->deniedList =$deniedList;
68
+            $this->deniedList = $deniedList;
69 69
         }
70 70
     }
71 71
 
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
         }
87 87
 
88 88
         if (!empty($this->deniedList)) {
89
-            if (preg_match('/(' . implode('|', $this->deniedList). ')/i', $userAgent)) {
89
+            if (preg_match('/(' . implode('|', $this->deniedList) . ')/i', $userAgent)) {
90 90
                 return (new Response)->withStatus(self::HTTP_STATUS_CODE);
91 91
             }
92 92
         }
Please login to merge, or discard this patch.
src/Firewall/Middleware/Header.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     public function __construct(array $fieldList = [])
52 52
     {
53 53
         if (!empty($fieldList)) {
54
-            $this->fieldList =$fieldList;
54
+            $this->fieldList = $fieldList;
55 55
         }
56 56
     }
57 57
 
Please login to merge, or discard this patch.
src/Firewall/IpTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@
 block discarded – undo
53 53
 
54 54
             // Check if your IP is from localhost, perhaps your are in development environment?
55 55
             if (
56
-                (substr($this->ip, 0 , 8) === '192.168.') ||
57
-                (substr($this->ip, 0 , 6) === '127.0.')
56
+                (substr($this->ip, 0, 8) === '192.168.') ||
57
+                (substr($this->ip, 0, 6) === '127.0.')
58 58
             ) {
59 59
                 $this->setRdns('localhost');
60 60
             } else {
Please login to merge, or discard this patch.