Merge pull request #164 from undido/master

Security exploit patched information leak
This commit is contained in:
Michael 2014-02-07 22:28:41 +11:00
commit 1988dd84a0
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
<?php <?php
file_put_contents('post.txt', var_export($_POST, true));
/* /*
* Copyright (c) 2010-2013 Tinyboard Development Group * Copyright (c) 2010-2013 Tinyboard Development Group
*/ */
//
require 'inc/functions.php'; require 'inc/functions.php';
require 'inc/anti-bot.php'; require 'inc/anti-bot.php';