This commit is contained in:
Ibnu Maksum 2023-09-27 15:01:48 +07:00
parent a313d45b03
commit 321ac3a35a
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
16 changed files with 33 additions and 44 deletions

View file

@ -67,5 +67,5 @@ switch ($action) {
die();
break;
default:
echo 'action not defined';
$ui->display('a404.tpl');
}