summaryrefslogtreecommitdiffstats
path: root/fedora/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/index.php')
-rw-r--r--fedora/index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/fedora/index.php b/fedora/index.php
new file mode 100644
index 0000000..d38cad4
--- /dev/null
+++ b/fedora/index.php
@@ -0,0 +1,8 @@
+<?php
+
+$DISTRIBUTION="fedora";
+
+chdir("..");
+require "index.php";
+
+?>