DELETE ENTITY ""NORMAL USER" "HELP"

Last updated by mariano

MOD/MYPLUGIN/ACTIONS/DELETE.PHP

<?php

$guid = (int) get_input('guid');

 

  delete_entity($guid);

 

    forward($_SERVER['HTTP_REFERER']);

?>

quiero que cualquier usuario pueda  borrar la entidad por mas que no le corresponda

i want any user to delete the entity but that does not correspond