Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- require('gestor/GestorSesion.php');
- require('layout/header.php');
- require('gestor/GestorUsuario.php');
- $g = new GestorUsuario();
- $id_usuario = isset($_POST['delete']) ? $_POST['delete'] : array();
- $g->eliminarUsuario($id_usuario);
- header('Location: perfilUsuario.php');
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement