/* Decoded by unphp.net */ getDirSaludos(); $mensaje = $_GET["mensaje"]; $lang = $_SESSION["language"]; $con = $db->connect(); $query = "select * from grabar where id=1"; $result = $db->select($con, $query, "config_audio_edit"); $row = mysqli_fetch_array($result); $tts = $row["tts"]; if ($mensaje == "20") { $texto = $row["saludotext"]; } elseif ($mensaje == "21") { $texto = $row["despedidatext"]; } else { $texto = $row["pretext" . $mensaje]; } $db->disconecct($con); echo "