Dynamic creation of the SQL structure
diff --git a/main.php b/main.php
index 6aa70f8..6197cae 100644
--- a/main.php
+++ b/main.php
@@ -52,7 +52,7 @@
 		<?php
 			$user = get_users($user);
 			$victim = get_users($user->quimata);
-			// if ($user->mort) die("<script>window.location.href = './dead.php'</script>");
+			if ($user->mort) die("<script>window.location.href = './dead.php'</script>");
 			
 			$bits = dec2bits($user->bits);	
 			$bit_counter = 0;