yesamarcos

phpini

Dec 12th, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. magic_quotes_gpc = Off;
  2. register_globals = Off;
  3. default_charset = UTF-8;
  4. memory_limit = 64M;
  5. max_execution_time = 36000;
  6. upload_max_filesize = 999M;
  7. safe_mode = Off;
  8. mysql.connect_timeout = 20;
  9. session.use_only_cookies = On;
  10. session.use_trans_sid = Off;
  11. session.cookie_httponly = On;
  12. session.gc_maxlifetime = 172800;
  13. allow_url_fopen = on;
  14. ;display_errors = 1;
  15. ;error_reporting = E_ALL;
Advertisement
Add Comment
Please, Sign In to add comment