Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMS-z
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christoph Zysik
VMS-z
Commits
be570639
Commit
be570639
authored
6 years ago
by
Christoph Zysik
Browse files
Options
Downloads
Patches
Plain Diff
should be ['domain']
parent
d9c64d32
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.php
+1
-1
1 addition, 1 deletion
index.php
with
1 addition
and
1 deletion
index.php
+
1
−
1
View file @
be570639
...
@@ -151,7 +151,7 @@ $ts = strtotime($datetime);
...
@@ -151,7 +151,7 @@ $ts = strtotime($datetime);
<?php
<?php
if
(
isset
(
$_SESSION
[
'admin'
])){
if
(
isset
(
$_SESSION
[
'admin'
])){
if
(
$_SESSION
[
'admin'
]
==
1
){
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>'
;
}
}
}
}
?>
?>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment