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

Security exploit patched information leak

This commit is contained in:
undido 2014-02-07 04:32:27 -04:00
parent 7f3f05f076
commit abfab8eeb4

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';