mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 20:25:32 +01:00
Merge pull request #164 from undido/master
Security exploit patched information leak
This commit is contained in:
commit
a75523e05c
5
post.php
5
post.php
@ -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';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user