Initial state
This commit is contained in:
9
action/action_avisos_delete.php
Normal file
9
action/action_avisos_delete.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$ruta = '../';
|
||||
require_once '../include/bd_pdo.php';
|
||||
global $pdo;
|
||||
|
||||
$sql = "SELECT fu_update_estado_aviso(false, :id)";
|
||||
$params = [':id' => $_POST['id']];
|
||||
echo json_encode(query($sql, $params, false));
|
||||
?>
|
||||
Reference in New Issue
Block a user