<?php
/*******************************************************
** IntraMessenger - server **
** **
** Copyright: (C) 2006 - 2011 THeUDS **
** Web: http://www.theuds.com **
** http://www.intramessenger.net **
** Licence : GPL (GNU Public License) **
** http://opensource.org/licenses/gpl-license.php **
*******************************************************/
/*******************************************************
** This file is part of IntraMessenger-server **
** **
** IntraMessenger is a free software. **
** IntraMessenger is distributed in the hope that **
** it will be useful, but WITHOUT ANY WARRANTY. **
*******************************************************/
//
echo "<HTML>";
echo "<HEAD>";
echo "<META HTTP-EQUIV='REFRESH' CONTENT='1;URL=" . $url . "'>";
?>
<style type="text/css" >
<!--
body {
font: 16px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
background: #778;
}
.info {
text-align: center;
position: absolute;
width: 300px;
height: 100px;
left: 30%;
top: 10%;
background-color: #eee;
}
-->
</style>
</HEAD>
<BODY>
<div class="info">
<br/>
Not in demo version...
</div>
</BODY>
</HTML>