forked from mrlan/LRR
signup.php: indent code
parent
49d6f4997a
commit
e3b57edac7
|
@ -2,7 +2,6 @@
|
|||
include 'NoDirectPhpAcess.php';
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
include 'Header.php';
|
||||
?>
|
||||
|
@ -18,7 +17,6 @@ include 'Header.php';
|
|||
|
||||
<div class="panel-body">
|
||||
|
||||
|
||||
<form method="post" action="Script.php">
|
||||
<input type="hidden" name="frm_signup_2" value="true" />
|
||||
Full Name
|
||||
|
@ -46,7 +44,6 @@ if(isset($_SESSION['info_signup2'])) {
|
|||
?>
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue