ok
Direktori : /home1/indocan/public_html/admin/ |
Current File : //home1/indocan/public_html/admin/php.ini |
; Example php.ini file ; Error reporting settings display_errors = Off error_reporting = E_ALL ; Maximum execution time of each script, in seconds max_execution_time = 30 ; Maximum amount of time each script may spend parsing request data max_input_time = 60 ; Maximum number of input variables accepted max_input_vars = 1000 ; Maximum amount of memory a script may consume memory_limit = 128M ; Maximum allowed size for uploaded files upload_max_filesize = 8M ; Maximum size of POST data allowed post_max_size = 8M ; Set the default timezone date.timezone = "Asia/Kolkata" ; Enable or disable register_globals register_globals = Off ; Disable magic quotes magic_quotes_gpc = Off ; Disable expose_php, which reveals PHP version in HTTP headers expose_php = Off