PHP Code:<?php
$curdir = getcwd();
$base = "/home/hhgsnet/public_html/";
chdir($base . "forum /");
require_once ($base . "forum/global.php");
chdir($curdir);
echo $headinclude;
echo $header;
echo $navbar;
include $base . "/radiodjpanel/rares/values_public.php";
echo $footer;
?>





Reply With Quote



