Skip to content

Instantly share code, notes, and snippets.

@tomefer
tomefer / Problemas Template.php
Created November 30, 2011 08:28
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”);