/// -> //

git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-25 12:24:34 +00:00
parent cacf913a55
commit b273e04241
247 changed files with 716 additions and 716 deletions
+3 -3
View File
@@ -229,7 +229,7 @@ if (!$vars['bare'] == "yes") {
<div style="clear:both; height:6px; display:block;"></div>
<?php
/// To help debug the new URLs :)
// To help debug the new URLs :)
if ($devel || $vars['devel'])
{
echo("<pre>");
@@ -240,7 +240,7 @@ if ($devel || $vars['devel'])
if ($_SESSION['authenticated'])
{
/// Authenticated. Print a page.
// Authenticated. Print a page.
if (isset($vars['page']) && !strstr("..", $vars['page']) && is_file("pages/" . $vars['page'] . ".inc.php"))
{
include("pages/" . $vars['page'] . ".inc.php");
@@ -254,7 +254,7 @@ if ($_SESSION['authenticated'])
}
} else {
/// Not Authenticated. Print login.
// Not Authenticated. Print login.
include("pages/logon.inc.php");
exit;