This commit is contained in:
Ibnu Maksum
2023-09-27 15:01:48 +07:00
parent a313d45b03
commit 321ac3a35a
16 changed files with 33 additions and 44 deletions

View File

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