diff --git a/index.php b/index.php index 22e389e..0e3f674 100644 --- a/index.php +++ b/index.php @@ -25,7 +25,7 @@ foreach (["class", "views"] as $dir) { /** Language **/ $langTag = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); if (DEBUGMOD == 1) { - /*echo '
'; + echo '
'; echo '
';
 	echo 'Language SLUG: ' . $langTag;
 	echo '
'; @@ -35,7 +35,7 @@ if (DEBUGMOD == 1) { echo '
';
 	print_r(get_defined_vars());
 	echo '
'; - echo '';*/ + echo ''; } require_once './app/lang/' . $langTag . '.php';