mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
~ Fixed another stupid slashes bug, in the image handler.
This commit is contained in:
parent
6312f49b03
commit
0f79374460
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
// The file
|
// The file
|
||||||
$filename = $_GET['file'];
|
$filename = stripslashes($_GET['file']);
|
||||||
|
|
||||||
// Set a maximum height and width
|
// Set a maximum height and width
|
||||||
$width = $_GET['size'];
|
$width = $_GET['size'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user