mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-12 21:22:28 +01:00
reference correct config
This commit is contained in:
parent
dff1a0d3c4
commit
0287d9bb7b
@ -44,7 +44,7 @@
|
||||
$polrauth = new polrauth();
|
||||
$polrauth->headblock();
|
||||
?>
|
||||
<?php require_once('config.php'); if ($regtype != 'none'){ echo '<li><a href="register.php">Sign Up</a></li>';}?>
|
||||
<?php require_once('../config.php'); if ($regtype != 'none'){ echo '<li><a href="register.php">Sign Up</a></li>';}?>
|
||||
<li class="divider-vertical"></li>
|
||||
<li class="dropdown pull-right">
|
||||
<a class="dropdown-toggle" href="#" data-toggle="dropdown">Sign In <strong class="caret"></strong></a>
|
||||
|
@ -44,7 +44,7 @@
|
||||
$polrauth = new polrauth();
|
||||
$polrauth->headblock();
|
||||
?>
|
||||
<?php require_once('config.php'); if ($regtype != 'none'){ echo '<li><a href="register.php">Sign Up</a></li>';}?>
|
||||
<?php require_once('../config.php'); if ($regtype != 'none'){ echo '<li><a href="register.php">Sign Up</a></li>';}?>
|
||||
<li class="divider-vertical"></li>
|
||||
<li class="dropdown pull-right">
|
||||
<a class="dropdown-toggle" href="#" data-toggle="dropdown">Sign In <strong class="caret"></strong></a>
|
||||
|
Loading…
Reference in New Issue
Block a user