summaryrefslogtreecommitdiffstats
path: root/fedora
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-07-04 23:08:02 +0200
committerSuren A. Chilingaryan <csa@suren.me>2018-07-04 23:08:02 +0200
commit127a9061b2af28e3cb59f67b5cf7268b59d312cd (patch)
treed8382b48f764181aaf87bfcbd741b0a3596fb4c8 /fedora
downloadkickstart-127a9061b2af28e3cb59f67b5cf7268b59d312cd.tar.gz
kickstart-127a9061b2af28e3cb59f67b5cf7268b59d312cd.tar.bz2
kickstart-127a9061b2af28e3cb59f67b5cf7268b59d312cd.tar.xz
kickstart-127a9061b2af28e3cb59f67b5cf7268b59d312cd.zip
Initial release
Diffstat (limited to 'fedora')
-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";
+
+?>