Base Directory Fix #2

This commit is contained in:
JonatanRek
2019-10-11 16:38:20 +02:00
parent a82cf90d12
commit 8a20f32baf
16 changed files with 35 additions and 19 deletions

View File

@@ -11,6 +11,7 @@ class Login extends Template
}
$template = new Template('login');
$template->prepare('baseDir', BASEDIR);
$template->prepare('title', 'Home');
$template->prepare('lang', $lang);