Guest User

Untitled

a guest
Aug 14th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. $file = fopen("test.txt","w");
  3. fwrite($file,"Hello World. Testing!");
  4. fclose($file);
  5. ?>
  6.  
  7. tail -n 15 /var/log/apache2/error.log
  8.  
  9. [:error] [pid 7505] [client 127.0.0.1:47066] PHP Warning: fopen(/test.txt): failed to open stream: Permission denied in /var/www/html/a.php on line 2
Add Comment
Please, Sign In to add comment