# -> / for phpdoc

git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-25 11:29:53 +00:00
parent ba28732c3b
commit cacf913a55
235 changed files with 754 additions and 743 deletions

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;