summaryrefslogtreecommitdiffstats
path: root/centos7/index.php
blob: 8852b6e68c346cc073f4f5d394149c46c993a647 (plain)
1
2
3
4
5
6
7
8
<?php

$DISTRIBUTION="centos7";

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

?>