1
0
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:
Dan Barber 2007-05-18 15:31:38 +00:00
parent 6312f49b03
commit 0f79374460

View File

@ -1,6 +1,6 @@
<?php
// The file
$filename = $_GET['file'];
$filename = stripslashes($_GET['file']);
// Set a maximum height and width
$width = $_GET['size'];