From 127a9061b2af28e3cb59f67b5cf7268b59d312cd Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Wed, 4 Jul 2018 23:08:02 +0200
Subject: Initial release

---
 fedora/index.php | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 fedora/index.php

(limited to 'fedora')

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";
+
+?>
-- 
cgit v1.2.3