summaryrefslogtreecommitdiffstats
path: root/centos/index.php
blob: 00e5b3eeb091069f970941cf52fd17aa85f8c4ba (plain)
1
2
3
4
5
6
7
8
<?php

$DISTRIBUTION="centos";

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

?>