Navigation Menu

Skip to content

Commit

Permalink
fixed callstring again
Browse files Browse the repository at this point in the history
  • Loading branch information
d3nj3ll committed Jan 17, 2012
1 parent e71e833 commit 7ca0a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/templates/padedit.tpl.php
Expand Up @@ -89,7 +89,7 @@
<span style="float:right; margin-top:20px;padding:5px;border:solid 3px #444;background:#aaa;color:#444">
<?php if (!isset($root)) {
if(empty($_GET)) {$callstring="?";}else{$callstring="&";}
print'<a href="'.$_SERVER["PHP_SELF"].$callstring.'user=root" style="color:#444;font-decoration:none">WEBUSER</a>';}else{print'ROOT';} ?>
print'<a href="'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].$callstring.'user=root" style="color:#444;font-decoration:none">WEBUSER</a>';}else{print'ROOT';} ?>
</span>
<div class="toolbar" style="text-align:center">
<span style="float: left; line-height: 41px;">
Expand Down

0 comments on commit 7ca0a0a

Please sign in to comment.