Guest User

Untitled

a guest
Jan 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. <?php
  2.         error_reporting( E_ALL );
  3.         ini_set( 'display_errors', 'On' );
  4.  
  5.         session_start();
  6.  
  7.         echo 'ram_disk/'.'c';
  8. ?>
  9.  
  10. Warning: session_start(): SAFE MODE Restriction in effect. The script whose uid is 1003 is not allowed to access /tmp owned by uid 0 in /home/rivia/public_html/nosql.php on line 5 Fatal error: session_start(): Failed to initialize storage module: files (path: ) in /home/rivia/public_html/nosql.php on line 5
Add Comment
Please, Sign In to add comment