mirror of
https://github.com/psenough/pouet.net.git
synced 2025-01-16 20:58:27 +01:00
submit-logo.php: look up file-uploads in $_FILES
This reduces some dependencies on register_globals
This commit is contained in:
parent
f2aea95b12
commit
1db9cb0c65
@ -2,6 +2,9 @@
|
||||
require("include/top.php");
|
||||
$logos_path = 'gfx/logos/';
|
||||
|
||||
$logofile = $_FILES['logofile']['tmp_name'];
|
||||
$logofile_name = $_FILES['logofile']['name'];
|
||||
|
||||
unset($submitok);
|
||||
// check the submitted data
|
||||
//if($sshotfile&&($sshotfile!="none"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user