Skip to content
Snippets Groups Projects
Commit be570639 authored by Christoph Zysik's avatar Christoph Zysik
Browse files

should be ['domain']

parent d9c64d32
Branches
No related merge requests found
......@@ -151,7 +151,7 @@ $ts = strtotime($datetime);
<?php
if(isset($_SESSION['admin'])){
if($_SESSION['admin'] == 1){
echo '<li><a href="'.$domain.'/adminforce/index.php\">Adminforce</a></li>';
echo '<li><a href="'.$pageconfig['domain'].'/adminforce/index.php\">Adminforce</a></li>';
}
}
?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment