Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if(!file_exists($filepathb)) {
  2. $userfile="wp-content/blogs.dir/".$blog_id;
  3. $userfolder="wp-content/blogs.dir/".$blog_id."/files";
  4. mkdir($userfile);
  5. mkdir($userfolder);
  6. }
  7.  
  8. mkdir($cachepatha);
  9. $newfilelocation=$filepathb."/categorya.jpg";
  10.  
  11. if (file_exists("wp-content/uploads/1.jpg"))
  12. {
  13. copy ("wp-content/uploads/1.jpg", $newfilelocation) or die ("Could not copy file");
  14. }
Add Comment
Please, Sign In to add comment