Пример #1
0
<?php

if (!defined('WEBSITE_TITLE')) {
    define('WEBSITE_TITLE', 'Redirect When Blocked Full Edition Demo Website Index');
}
require 'rwb/RedirectWhenBlockedFull.inc';
RedirectWhenBlockedFull::setUrlsFromConfDir();
RedirectWhenBlockedFull::setWebsiteTitle(WEBSITE_TITLE);
RedirectWhenBlockedFull::run();
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title><?php 
print WEBSITE_TITLE;
?>
</title>
</head>
<body>
	<h1><?php 
print WEBSITE_TITLE;
?>
</h1>
	<p>Current time: <?php 
print date('Y-m-d H:i:s');
?>
</p>
	<ul>
		<li><a href="index.php">Index</a></li>
		<li><a href="slow.php">Slow Page</a></li>