Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhost/mudanzasavellan.es/home/html/public/admin/login.php:9) in /var/www/vhost/mudanzasavellan.es/home/html/includes/functions.php on line 5
archivo funtions.php :
Código PHP:
<?php
function redireccionar_a($url)
{
//esta es la linea que da error header("location:{$url}");
exit();
}
?>