diff options
Diffstat (limited to 'fedora/index.php')
-rw-r--r-- | fedora/index.php | 8 |
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"; + +?> |