<?php
$scriptpath = substr( $_SERVER['SCRIPT_FILENAME'], 0, -4 );
$paths = explode ( DIRECTORY_SEPARATOR , $scriptpath );
$myName = end($paths);
require $scriptpath . '/fbapp/php/config.inc.php';
if( strtoupper( $_SERVER['REQUEST_METHOD'] ) == 'POST' ) {
include 'fbapp/php/formcontroller.cls.php';
$ctl = new FormController( $myPage );
$ctl->Dispatch();
} else {
if( ! isset( $_GET['confirmation'] ) ) $myPage->ReportStats( 'NotifyFormView' );
}
ob_start();
$myPage->Show();
ob_end_flush();
?>
vague new world....since 1949
www.vaguenewworld.com
www.vaguenewworld.com