@@ -1,6 +1,6 @@ |
||
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 | ); |
@@ -1,15 +1,15 @@ |
||
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 | ); |