diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:22:09 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:22:09 +0200 |
commit | c9e8493bace8888129dd432bdd976a0c3aa322e2 (patch) | |
tree | 1a49e4c3b478b19a30f397cac887a254426d2a6c /centos7/index.php | |
parent | f03a04b8036b85ba452ff195bc3fddfc71ba5cb3 (diff) | |
download | kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.tar.gz kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.tar.bz2 kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.tar.xz kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.zip |
CentOS8 and testing with ipecompute* servers
Diffstat (limited to 'centos7/index.php')
-rw-r--r-- | centos7/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/centos7/index.php b/centos7/index.php new file mode 100644 index 0000000..8852b6e --- /dev/null +++ b/centos7/index.php @@ -0,0 +1,8 @@ +<?php + +$DISTRIBUTION="centos7"; + +chdir(".."); +require "index.php"; + +?>
\ No newline at end of file |