summaryrefslogtreecommitdiffstats
path: root/centos8/index.php
blob: 51b7cf74a38865c62d5261ca394e906f02a0c576 (plain)
1
2
3
4
5
6
7
8
<?php

$DISTRIBUTION="centos8";

chdir("..");
require "index.php";

?>