fixed some navigation errors

This commit is contained in:
2024-10-03 13:52:30 +04:00
parent 6778c02a4e
commit db6fd42533
6 changed files with 31 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
// redirect to userarea/index.php
header('Location: ../../userarea/index.php');
?>