Skip to content

Instantly share code, notes, and snippets.

@shiv122
Created August 11, 2021 14:20
Show Gist options
  • Save shiv122/e5250fbaec9ccb97e673531ba43a2d3f to your computer and use it in GitHub Desktop.
Save shiv122/e5250fbaec9ccb97e673531ba43a2d3f to your computer and use it in GitHub Desktop.
$file_pointer = '../' . $_POST['path'];
if (!unlink(realpath($file_pointer))) {
echo ("$file_pointer cannot be deleted due to an error");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment