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

$DISTRIBUTION="fedora";

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

?>