Warning: MIssing argunmen 1 for mifuncion on line 9
Código PHP:
Ver original
<?php /* CONFIGURACIONES SIMPLES */ $Url = 'http://localhost/web/ips.txt' ; // URL DONDE ESTARA EL TXT CON LAS DIRECCIONES URL $Seconds = 30 ; // SEGS QUE PASARAN PARA QUE SE EJECUTE DE NUEVO AL SERVIDOR POR SI AHY CAMBIOS EN EL TXT function mifuncion($Url) { global $Url , $Seconds ; mifuncion(); } mifuncion(); ?>