diff --git a/app/Views/errors/html/production.php b/app/Views/errors/html/production.php
index 9faa4a1..2f59a8d 100644
--- a/app/Views/errors/html/production.php
+++ b/app/Views/errors/html/production.php
@@ -4,9 +4,9 @@
-
Whoops!
+
= lang('Errors.whoops') ?>
-
@@ -14,9 +14,9 @@
-
Whoops!
+
= lang('Errors.whoops') ?>
-
We seem to have hit a snag. Please try again later...
+
= lang('Errors.weHitASnag') ?>
diff --git a/public/.htaccess b/public/.htaccess
index dbed322..abac3cb 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -45,5 +45,5 @@ Options -Indexes
# Disable server signature start
- ServerSignature Off
+ServerSignature Off
# Disable server signature end
diff --git a/public/index.php b/public/index.php
index 5ec58a7..a0a20db 100644
--- a/public/index.php
+++ b/public/index.php
@@ -1,5 +1,8 @@
systemDirectory . '/Boot.php';
-exit(CodeIgniter\Boot::bootWeb($paths));
+exit(Boot::bootWeb($paths));
diff --git a/writable/debugbar/.gitkeep b/writable/debugbar/.gitkeep
deleted file mode 100755
index e69de29..0000000
diff --git a/writable/index.html b/writable/index.html
new file mode 100644
index 0000000..b702fbc
--- /dev/null
+++ b/writable/index.html
@@ -0,0 +1,11 @@
+
+
+
+
403 Forbidden
+
+
+
+
Directory access is forbidden.
+
+
+