//****************************************
// Galactic Surf - index.htm
// VERSION: TEST
//****************************************
header("HTTP/1.0 200 OK");
header("Content-type: text/html; charset=Windows-1252");
//#################################################################################################
// Include all classes and Global Constants
//#################################################################################################
include_once("classes/globalConstants.php");
include_once("classes/myDatabaseClass.php");
include_once("classes/myDebugClass.php");
include_once("classes/clsFrontendUDP.php");
include_once("classes/clsHTML.php");
include_once("classes/fnLibrary.php");
include_once("classes/EnDecryptText.php");
//#################################################################################################
// Set variables so we can access the classes if they exist
//#################################################################################################
if (class_exists('clsFrontendUDP'))
{
$objFrontEnd = new clsFrontendUDP();
}
if (class_exists('clsHTML'))
{
$objHTML = new clsHTML();
}
if (class_exists('clsFrontendUDP'))
{
$objFrontendUDP = new clsFrontendUDP();
}
?>
|
|
Entertainment News: |
include_once("rssReader/incNewsTicker.php"); ?> |
|
include_once("phpIncludes/incMenu.php"); ?> |
include_once("phpIncludes/incMainIndex.php"); ?> |
|