d3fa69cd by Dan Rempel

Merge branch 'deploy' of git.gotenzing.com:tenzing/banners-with-skip into deploy

2 parents 97712a11 eadaf6bd
......@@ -5,7 +5,6 @@
### Wordpress ###
wp-config.php
......
<?php
if (!isset($_SESSION['token'])){
echo '<form>
......
<?php
if (!isset($_SESSION) && !isset($_SESSION['username'])) {
return;
}
// if (!isset($_SESSION) && !isset($_SESSION['username'])) {
// return;
// }
$dockets = Array();
......
......@@ -38,12 +38,10 @@
list-style: none;
padding-left: 0;
}
#TzLogo {
float: right;
width: 259px;
}
#submit { margin-left: 6px; }
dd { margin-left: 0; }
......@@ -51,16 +49,19 @@
<script type="text/javascript" src="addEvent.js"></script>
</head>
<body>
<?php
if (isset($_SESSION['username'])) {
include('includes/loggedin.php');
} else {
include('includes/auth.php');
}
include('includes/loggedin.php');
//if (isset($_SESSION['username'])) {
// include('includes/loggedin.php');
//} else {
// include('includes/auth.php');
//}
?>
<div id="TzLogo">
......