Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- session_start();
- require 'phpFunctions.php';
- if(isset($_POST['filePath'])){
- $filePath = $_POST['filePath'];
- deleteDir($filePath);
- updateFreeSpace('addition');
- echo "file deleted successfully";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment