Completed
Push — master ( 0f95d0...246dde )
by Mikołaj
03:39
created
src/app/install/config.example/auth.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return array(
4
-  'site_key' => 'site_key_value',
5
-  'session_expire' => '+1 month',
4
+    'site_key' => 'site_key_value',
5
+    'session_expire' => '+1 month',
6 6
 );
Please login to merge, or discard this patch.
src/app/install/config.example/modules.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return array(
4
-  'Albums' => 1,
5
-  'Articles' => 1,
6
-  'Dashboard' => 1,
7
-  'Galleries' => 1,
8
-  'Index' => 1,
9
-  'Koxy' => 0,
10
-  'Modules' => 1,
11
-  'Pages' => 1,
12
-  'Users' => 1,
13
-  'Tools' => 1,
14
-  'Search' => 0,
4
+    'Albums' => 1,
5
+    'Articles' => 1,
6
+    'Dashboard' => 1,
7
+    'Galleries' => 1,
8
+    'Index' => 1,
9
+    'Koxy' => 0,
10
+    'Modules' => 1,
11
+    'Pages' => 1,
12
+    'Users' => 1,
13
+    'Tools' => 1,
14
+    'Search' => 0,
15 15
 );
Please login to merge, or discard this patch.