summaryrefslogtreecommitdiffstats
path: root/index.php
blob: 554eaf5cc341a3098dba95d0f7bb517d2fbde630 (plain)
1
2
3
4
<?php
require_once 'common.php';
header("Location: graph.php$dataset_qs");
?>