We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcb03b commit 29c2bb9Copy full SHA for 29c2bb9
1 file changed
public/index.php
@@ -65,6 +65,9 @@
65
(new AdminController())->index();
66
break;
67
68
+ case '/phpMyAdmin':
69
+ break;
70
+
71
default:
72
http_response_code(404);
73
echo "404 Not Found";
0 commit comments