Esempio n. 1
0
<?php

//------------------------------------------------------------------------
//------------------------------------------------------------------------
//php imports
//------------------------------------------------------------------------
//------------------------------------------------------------------------
require_once 'Import.php';
require_once Import::absolute(true) . "server/werm/services/Account_v0.php";
//------------------------------------------------------------------------
$chk = Account_v0::confirmLink(Accounts_const::TBL);
//------------------------------------------------------------------------
if (!isset($_GET['hash'])) {
    header('Location: http://www.awwthentic.com/Modules/DOM/examples/sites/pmbl/');
}
?>
<!DOCTYPE html>
<html> 
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!--===============================================================-->
    <title>Peoples Mens Basketball League - Confirmation</title>
    <!--===============================================================-->
	<link rel="stylesheet" type="text/css" href="global/css/index.css"/>
    <!--===============================================================-->
	<?php 
include "base.php";
?>
    <!--===============================================================-->
    <?php 
include "global/js/confirmation/Confirmation.php";