Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
esyede authored Sep 8, 2024
1 parent 9224c39 commit 36b3c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| Pastikan file key.php sudah ada di base path, buat jika belum ada.
*/

$dir = __DIR__ . 'foundation' . DS . 'oops' . DS . 'assets' . DS . 'debugger' . DS . 'key';
$dir = __DIR__ . DS . 'foundation' . DS . 'oops' . DS . 'assets' . DS . 'debugger' . DS . 'key';

if (is_file($path = path('rakit_key'))) {
$error = null;
Expand Down

0 comments on commit 36b3c1f

Please sign in to comment.