More design work and bugfixes

This commit is contained in:
genuineparts 2025-06-17 21:55:44 +02:00
parent 3a10acd9d6
commit b6704ccee4
17 changed files with 244 additions and 143 deletions

View file

@ -73,6 +73,6 @@ if($_POST['username']!='' && $_POST['password']!=''){
}else{
$tpl->assign('config',$config);
$content=$tpl->fetch('login.tpl');
$core->make_page($content, true);
$core->make_page($content, FALSE);
}
?>