Files
alpine-web-werver/assets/vhosts/index.php
T
2019-04-20 16:41:09 +02:00

14 lines
196 B
PHP

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>DOMAIN.LTD</title>
</head>
<body>
<h1>DOMAIN.LTD</h1>
<?php phpinfo(); ?>
</body>
</html>