0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/index.php
Christian Boltz 7f19cae57e
Add a index.php showing a note about the "public" directory
This avoids that users get a 403 error (if DirectoryIndex is disabled)
or a directory listing after updating to 3.2.

This is what likely happened in
https://github.com/postfixadmin/postfixadmin/issues/30 (see the comment
from Apr 24, 2018)
2018-04-26 21:33:11 +02:00

10 lines
248 B
PHP

<html>
<head>
<title>Postfix Admin</title>
</head>
<body>
<p>The Postfix Admin directory layout changed.</p>
<p>Please update your webserver config so that the DocumentRoot or Alias points to the directory "public".</p>
</body>
</html>