Skip to content

Commit d95292c

Browse files
committed
sync
1 parent ee86741 commit d95292c

191 files changed

Lines changed: 23568 additions & 39990 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

application/config/application.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
|
2525
*/
2626

27-
'url' => '',
27+
'url' => 'https://rakit.esyede.my.id',
2828

2929
/*
3030
|--------------------------------------------------------------------------
@@ -37,7 +37,7 @@
3737
|
3838
*/
3939

40-
'index' => 'index.php',
40+
'index' => '',
4141

4242
/*
4343
|--------------------------------------------------------------------------
@@ -62,7 +62,7 @@
6262
|
6363
*/
6464

65-
'language' => 'id',
65+
'language' => 'en',
6666

6767
/*
6868
|--------------------------------------------------------------------------
@@ -88,7 +88,7 @@
8888
|
8989
*/
9090

91-
'timezone' => 'UTC',
91+
'timezone' => 'Asia/Jakarta',
9292

9393
/*
9494
|--------------------------------------------------------------------------

application/config/debugger.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
|
1515
*/
1616

17-
'activate' => true,
17+
'activate' => false,
1818

1919
/*
2020
|--------------------------------------------------------------------------
@@ -27,7 +27,7 @@
2727
|
2828
*/
2929

30-
'debugbar' => true,
30+
'debugbar' => false,
3131

3232
/*
3333
|--------------------------------------------------------------------------
@@ -46,7 +46,7 @@
4646
|
4747
*/
4848

49-
'database' => true,
49+
'database' => false,
5050

5151
/*
5252
|--------------------------------------------------------------------------

application/config/websocket.php

Lines changed: 0 additions & 144 deletions
This file was deleted.

application/controllers/home.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public function action_mock($delay = 0)
124124
{
125125
// Hapus file tidak terpakai
126126
$files = glob(path('storage') . 'sessions' . DS . '*.session.php');
127+
127128
if (is_array($files) && count($files) > 20) {
128129
foreach ($files as $file) {
129130
@unlink($file);

application/jobs/example.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

application/views/partials/hero_home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="has-text-centered">
88
<a href="{{ url('download') }}"
99
class="button is-success is-inverted is-outlined">{{ trans('home.hero.btn1') }}</a>
10-
<a href="{{ url('docs/' . config('application.language')) }}"
10+
<a href="{{ url('docs') }}"
1111
class="button is-link is-inverted is-outlined">{{ trans('home.hero.btn2') }}</a>
1212
<br>
1313
<small>{{ trans('home.hero.text') }} {{ RAKIT_VERSION }}</small>

application/views/partials/navbar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="navbar-end">
1313
<a class="navbar-item" href="{{ URL::home() }}">{{ trans('home.navbar.one') }}</a>
1414
<a class="navbar-item"
15-
href="{{ url('docs/' . config('application.language')) }}">{{ trans('home.navbar.two') }}</a>
15+
href="{{ url('docs') }}">{{ trans('home.navbar.two') }}</a>
1616
<a class="navbar-item" href="{{ url('api/main/index.html') }}"
1717
target="_blank">{{ trans('home.navbar.three') }}</a>
1818
<a class="navbar-item" href="{{ url('repositories') }}">{{ trans('home.navbar.four') }}</a>

0 commit comments

Comments
 (0)