commit | 0530b3041d508016c235dbed1e078a0b960b969a | [log] [tgz] |
---|---|---|
author | Andreu <andreuhuguet@gmail.com> | Tue Sep 24 04:18:20 2019 +0200 |
committer | Andreu <andreuhuguet@gmail.com> | Tue Sep 24 04:18:20 2019 +0200 |
tree | a5e3865c70a12cc136bd815af90c6d5ef4ee4a82 | |
parent | 779c3b7dd454926b6e2c84dc80b56fdaf1f1be3d [diff] [blame] |
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;