Browse Source

Security exploit patched information leak

pull/40/head
undido 10 years ago
parent
commit
bfc966e312
  1. 5
      post.php

5
post.php

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

Loading…
Cancel
Save