function register_globals_on(){ if($_POST){ foreach($_POST as $var=>$valor){ global $$var; $$var = $valor; } } if($_GET){ foreach($_GET as $var=>$valor){ global $$var; $$var = $valor; } } } register_globals_on(); include "textos/config.php"; include "textos/config_img.php"; if($ep == ''){ include "textos/pg1.php"; } if($ep == 'pg1'){ include "textos/pg1.php"; } if($ep == 'pg2'){ include "textos/pg2.php"; } if($ep == 'pg3'){ include "textos/pg3.php"; } if($ep == 'pg4'){ include "textos/pg4.php"; } if($ep == 'pg5'){ include "textos/pg5.php"; } if($ep == 'pg6'){ include "textos/pg6.php"; } if($ep == 'pg7'){ include "textos/pg7.php"; } if($ep == 'pg8'){ include "textos/pg8.php"; } if($ep == 'pg9'){ include "textos/pg9.php"; } if($ep == 'pg10'){ include "textos/pg10.php"; } if($ep == 'pg11'){ include "textos/pg11.php"; } if($ep == 'pg12'){ include "textos/pg12.php"; } ?>
|
|||||||||||||||||||||||||||||