diff options
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 |