php configs

Installing cmsimple on a unix subdomain site and run into these settings errors how would I corect these:

Checking PHP time limit in second

(minimum 30, recommend 60 or greater)

Number of seconds a script is allowed to run. If this is reached, the script returns a fatal error.
Caution ?
You have On Checking PHP register globals

PHP register globals is active. For security reasons, this should be disabled.

Checking max post size
(minimum 2M, recommend 10M or greater)

You will probably not be able to submit (larger) data. Please be aware of this restriction.
Caution ?
You have 2M Checking max upload file size
(minimum 2M, recommend 10M or greater)

You will probably not be able to upload (larger) files using the included file management functions. Please be aware of this restriction.
 
Back
Top