dasun101

Untitled

Dec 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2.  
  3.     session_start();
  4.  
  5.     require 'phpFunctions.php';
  6.  
  7.     if(isset($_POST['filePath'])){
  8.         $filePath = $_POST['filePath'];
  9.         deleteDir($filePath);
  10.         updateFreeSpace('addition');
  11.         echo "file deleted successfully";
  12.     }
  13.  
  14.    
  15.  
  16.    
  17.  
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment