1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00

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 a75523e05c

View File

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