Skip to content

Instantly share code, notes, and snippets.

@Phyks
Created June 22, 2014 20:01
Show Gist options
  • Save Phyks/d00da237021745adcd04 to your computer and use it in GitHub Desktop.
Save Phyks/d00da237021745adcd04 to your computer and use it in GitHub Desktop.
<?php
//$thumbdir = str_replace('/..', '', $thumbdir); // Prevent directory traversal attacks.
if(strstr($thumbdir, '..') !== FALSE) {
$requestedDir = '';
$thumbdir = rtrim('photos/','/');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment