LONTE SHELL EDITION


Dashboard -*- SHOW INFO -*- HASH identify -*- Config -*- Jumping

You Are Here : /var/www/virtual/tvarditsa.org/pages/
Upload File :
Current File : /var/www/virtual/tvarditsa.org/pages/votepoll.php

<?php
// _$_ votepoll.php _ version 1.4 _ valio _$_ //

// Vote Poll
include ("classes/poll.class.php");
$poll = new Poll ();

if (isset($_POST['vot'])) $vot = $_POST['vot'];
elseif (isset($_GET['vot'])) $vot = $_GET['vot'];
$poll->vote($vot);

$url= 'index2.php?lang='.$lang.'&page=84';


echo "<div align=\"center\"><strong>Please wait while we transfer you...</strong></div>";	
echo "<html><head><meta http-equiv=\"refresh\"  content=\"0;URL=".$url."\"></head></html>";

?>