Add files via upload
This commit is contained in:
@ -78,7 +78,7 @@ class FormDeleteAccount extends Form {
|
||||
$bd->deleteUserAccount($user->getId());
|
||||
unset($_SESSION);
|
||||
session_destroy();
|
||||
|
||||
|
||||
$result = ROUTE_APP;
|
||||
} else {
|
||||
$result[] = "Los datos introducidos\nno son válidos.";
|
||||
|
@ -60,19 +60,21 @@
|
||||
?>
|
||||
|
||||
<!-- Panel -->
|
||||
<div class="row">
|
||||
<!-- Panel Menu -->
|
||||
<?php
|
||||
$template->print_panelMenu($_SESSION["rol"]);
|
||||
?>
|
||||
<!-- Contents -->
|
||||
<section id="user_panel">
|
||||
<div class="row">
|
||||
<!-- Panel Menu -->
|
||||
<?php
|
||||
$template->print_msg();
|
||||
echo $reply;
|
||||
$template->print_panelMenu($_SESSION["rol"]);
|
||||
?>
|
||||
<!-- Contents -->
|
||||
<div class="row">
|
||||
<?php
|
||||
$template->print_msg();
|
||||
echo $reply;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!-- Footer -->
|
||||
<?php
|
||||
$template->print_footer();
|
||||
|
Reference in New Issue
Block a user