Fix password reset issues
This commit is contained in:
4
application/views/errors/501.php
Normal file
4
application/views/errors/501.php
Normal file
@@ -0,0 +1,4 @@
|
||||
Bother, something went wrong - 501.
|
||||
<?php echo $message; ?>
|
||||
<hr/>
|
||||
<?php echo Debug::vars(array('cookie'=>$_COOKIE,'request'=>$_REQUEST,'session'=>$_SESSION,'server'=>$_SERVER)); ?>
|
@@ -105,7 +105,7 @@
|
||||
<script type="text/javascript">$("#footer").click(function() {$('#kohana-profiler').toggle();});</script>
|
||||
<?php }?>
|
||||
<?php if (Kohana::$environment >= Kohana::STAGING) { ?>
|
||||
<div id="kohana-session" style="display: none; text-align: left;"><?php echo debug::vars(Session::instance()); ?></div>
|
||||
<div id="kohana-session" style="display: none; text-align: left;"><?php echo Debug::vars(Session::instance()); ?></div>
|
||||
<script type="text/javascript">$("#footer").click(function() {$('#kohana-session').toggle();});</script>
|
||||
<?php }?>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user