diff --git a/www/unhosted/init.php b/www/unhosted/init.php
index 98a48cbc8..7144f5fb7 100644
--- a/www/unhosted/init.php
+++ b/www/unhosted/init.php
@@ -1,27 +1,46 @@
\n"
+ ."\n"
+ ."\tdev.unhosted.org\n"
+ ."\t\n"
+ ."\t\tResource Descriptor\n"
+ ."\t\n"
+ ."\t\n"
+ ."\t\tResource Descriptor\n"
+ ."\t\n"
+ ."\n"
+
unlink("init.php");
header("Location: /");
} else {
+
$apacheModules = apache_get_modules();
$missingModules = array();
foreach(array('dav', 'dav_fs', 'headers') as $module) {
@@ -42,7 +61,8 @@