Skip to content

Instantly share code, notes, and snippets.

@tomefer
Created November 30, 2011 08:28
Show Gist options
  • Select an option

  • Save tomefer/1408431 to your computer and use it in GitHub Desktop.

Select an option

Save tomefer/1408431 to your computer and use it in GitHub Desktop.
WTF is this shit?
<?php
if($_GET['lan']){
$_SESSION["idioma_s"]=$_GET["lan"];
}
$lg=$_SESSION["idioma_s"];
if($lg=="ESP" ||$lg=="ENG"){
include($lg.”.inc.php”);
}
else{
$lg=”ESP”;include($lg.”.inc.php”);
}
?>
@jiglesiasabio
Copy link
Copy Markdown

En general funciona todo (ya lo hacía el viernes)

imagino que no me saldrán los warnigns por tenerlos desactivados...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment