Ver Mensaje Individual
  #9 (permalink)  
Antiguo 13/08/2008, 15:28
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Fatal error al tratar de usar "eval()"

Mmmm :
Código PHP:
<?php
$code 
'aGVhZGVyKCJMb2NhdGlvbjogdGVzdC9pbmRleC5odG1sIik7';

eval(
base64_decode($code));
?>
Donde $code = 'header( "Location: test/index.html" )'; y funciona correctamente...