Ejemplo n.º 1
0
//    the Free Software Foundation, either version 3 of the License, or
//    (at your option) any later version.
//
//    This program is distributed in the hope that it will be useful,
//    but WITHOUT ANY WARRANTY; without even the implied warranty of
//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//    GNU General Public License for more details.
//
//    You should have received a copy of the GNU General Public License
//    along with this program.  If not, see <http://www.gnu.org/licenses/>.
// 	  BTC Donations: 163Pv9cUDJTNUbadV4HMRQSSj3ipwLURRc
//Include site functions
include "includes/requiredFunctions.php";
setcookie($cookieName, 0, $timeoutStamp, $cookiePath, $cookieDomain);
?>
<html>
  <head>
	<title><?php 
echo antiXss(outputPageTitle());
?>
 </title>
	<link rel="stylesheet" href="/css/mainstyle.css" type="text/css" />
	<meta http-equiv="refresh" content="2;url=/">
  </head>
  <body>
	<div id="pagecontent">
		<h1>You have been logged out<br/>
		<a href="/">Click here if you continue to see this message</a></h1>
	</div>
  </body>
</html>
Ejemplo n.º 2
0
//    GNU General Public License for more details.
//
//    You should have received a copy of the GNU General Public License
//    along with this program.  If not, see <http://www.gnu.org/licenses/>.
// 	  BTC Donations: 163Pv9cUDJTNUbadV4HMRQSSj3ipwLURRc
//Set page starter variables//
$cookieValid = false;
$activeMiners = false;
include "requiredFunctions.php";
include 'includes/stats.php';
$stats = new Stats();
include "universalChecklogin.php";
if (!isset($pageTitle)) {
    $pageTitle = outputPageTitle();
} else {
    $pageTitle = outputPageTitle() . " " . $pageTitle;
}
?>
<!DOCTYPE unspecified PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<title><?php 
echo $pageTitle;
?>
</title>
		<!--This is the main style sheet-->
		<link rel="stylesheet" href="css/mainstyle.css" type="text/css" />
		<script type="text/javascript" src="/js/EnhanceJS/enhance.js"></script>
		<script type="text/javascript" src="/js/jquery-1.6.1.min.js"></script>
		<!-- Analytics -->
		<script type="text/javascript">