Example #1
0
<?php

//------------------------------------------------------------------------
require_once Import::$uber_src_path . "server/werm/services/Account_v0.php";
//--------------------------------------------------------------------
Account_v0::chk();
//--------------------------------------------------------------------
Import::services("bannerHub/BannerHub.php");
//--------------------------------------------------------------------
GlobalMas::$api = new BannerHub();
if (is_null(GlobalMas::$loggedIN) && $_SERVER["SCRIPT_FILENAME"] != Import::getImportPath() . "index.php") {
    header('Location: ' . Import::getImportPath(true));
}
?>
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />