Skip to content

Commit 29c2bb9

Browse files
fix
1 parent 5bcb03b commit 29c2bb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

public/index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
(new AdminController())->index();
6666
break;
6767

68+
case '/phpMyAdmin':
69+
break;
70+
6871
default:
6972
http_response_code(404);
7073
echo "404 Not Found";

0 commit comments

Comments
 (0)