<?php
$pageID = $_GET['PageID'];

if ($pageID == '') {
### Page ID
$pageID = '309';
}
### Path of files on server
$includepath = '/nfs/disk/data/www/virtual/forages//files/main/oldsite_includes/';
include($includepath.'main.php');
?>