Completed
Push — development ( 1d06b1...abf51c )
by Nils
06:32
created
install/upgrade_ajax.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -373,7 +373,7 @@
 block discarded – undo
373 373
                     } elseif (substr_count($val, '$pre') > 0) {
374 374
                         $_SESSION['pre'] = getSettingValue($val);
375 375
                     } elseif (substr_count($val, 'SECUREPATH') > 0) {
376
-                        $_SESSION['sk_file'] = substr($val, 23, strpos($val, ');')-24)."/sk.php";
376
+                        $_SESSION['sk_file'] = substr($val, 23, strpos($val, ');') - 24)."/sk.php";
377 377
                     }
378 378
                 }
379 379
             }
Please login to merge, or discard this patch.
install/upgrade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
         } elseif (substr_count($val, '$pre = ') > 0) {
57 57
             $_SESSION['pre'] = getSettingValue($val);
58 58
         } elseif (substr_count($val, 'SECUREPATH') > 0) {
59
-            $_SESSION['sk_file'] = substr($val, 23, strpos($val, ');')-24)."/sk.php";
59
+            $_SESSION['sk_file'] = substr($val, 23, strpos($val, ');') - 24)."/sk.php";
60 60
         }
61 61
     }
62 62
 }
Please login to merge, or discard this patch.