From c9e8493bace8888129dd432bdd976a0c3aa322e2 Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Sun, 6 Oct 2019 04:22:09 +0200
Subject: CentOS8 and testing with ipecompute* servers

---
 centos           | 1 +
 centos/index.php | 8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)
 create mode 120000 centos
 delete mode 100644 centos/index.php

(limited to 'centos')

diff --git a/centos b/centos
new file mode 120000
index 0000000..2fdf3e8
--- /dev/null
+++ b/centos
@@ -0,0 +1 @@
+centos7
\ No newline at end of file
diff --git a/centos/index.php b/centos/index.php
deleted file mode 100644
index 00e5b3e..0000000
--- a/centos/index.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$DISTRIBUTION="centos";
-
-chdir("..");
-require "index.php";
-
-?>
\ No newline at end of file
-- 
cgit v1.2.3