Completed
Push — master ( a73b3c...7269f4 )
by Dimas
109:10 queued 93:10
created
src/MVC/function.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@  discard block
 block discarded – undo
7 7
  */
8 8
 function maintenance()
9 9
 {
10
-	include __DIR__ . '/maintenance.php';
11
-	exit;
10
+  include __DIR__ . '/maintenance.php';
11
+  exit;
12 12
 }
13 13
 /**
14 14
  * Debug Error
@@ -17,6 +17,6 @@  discard block
 block discarded – undo
17 17
  */
18 18
 function show_error()
19 19
 {
20
-	error_reporting(E_ALL);
21
-	ini_set('display_errors', 'On');
20
+  error_reporting(E_ALL);
21
+  ini_set('display_errors', 'On');
22 22
 }
Please login to merge, or discard this patch.