Error 500 con un script php
-
hola quiero utilisar este script pero a la ora de testar me da error 500
<?php // Referrer válido $string="http://iframes.recursosmoviles.com"; // Controlo que el referrer sea el correcto if(substr($_SERVER["HTTP_REFERER"],0,strlen($string))!=$string) { // Si el referrer no es válido, se prohibe el acceso die("Acceso no permitido."); } ?>donde esta la problema?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error 500 con un script php’ is closed to new replies.