diff options
Diffstat (limited to 'centos8/index.php')
-rw-r--r-- | centos8/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/centos8/index.php b/centos8/index.php new file mode 100644 index 0000000..51b7cf7 --- /dev/null +++ b/centos8/index.php @@ -0,0 +1,8 @@ +<?php + +$DISTRIBUTION="centos8"; + +chdir(".."); +require "index.php"; + +?>
\ No newline at end of file |