Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. chmod($destinationFile, 0640);
  2.  
  3. chmod($destinationFile, 0644);
  4.  
  5. if (!(@is_dir($destinationFolder) || @mkdir($destinationFolder, 0750, true))) {
  6.  
  7. if (!(@is_dir($destinationFolder) || @mkdir($destinationFolder, 0755, true))) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement