Correction de r4338
This commit is contained in:
parent
e7fbff1702
commit
b4b8c1be39
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
</div> <!-- div content -->
|
</div> <!-- div content -->
|
||||||
<div style="clear:both;" />
|
<div style="clear:both;" ></div>
|
||||||
</div> <!-- div global -->
|
</div> <!-- div global -->
|
||||||
<?php
|
<?php
|
||||||
if ( isset($debug_alternc) && $debug_alternc->status ) {
|
if ( isset($debug_alternc) && $debug_alternc->status ) {
|
||||||
|
|
|
@ -151,7 +151,7 @@ if (!$charset) $charset="UTF-8";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div style="clear:both;" />
|
<div style="clear:both;" ></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -52,7 +52,7 @@ if (!$charset) $charset="UTF-8";
|
||||||
<p><a href="index.php"><?php __("Click here to log in"); ?></a></p>
|
<p><a href="index.php"><?php __("Click here to log in"); ?></a></p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
</div>
|
</div>
|
||||||
<div style="clear:both;" />
|
<div style="clear:both;" ></div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function redirect_panel() {
|
function redirect_panel() {
|
||||||
|
|
Loading…
Reference in New Issue