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