~agasti-rhok-02/sahana-agasti/mayon-rhok-02

« back to all changes in this revision

Viewing changes to web/requirements.inc.php

  • Committer: Usman Akeju
  • Date: 2010-12-05 00:53:29 UTC
  • Revision ID: usman.akeju@mail.cuny.edu-20101205005329-va51d10sbwqrkrqs
- tweaks installation requirements

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        }
132
132
 
133
133
        function check_php_max_execution_time(){
134
 
                $required = 300;
 
134
                $required = 60;
135
135
                $recommended = 600;
136
136
 
137
137
                $current = ini_get('max_execution_time');
159
159
        }
160
160
        
161
161
        function check_php_max_input_time(){
162
 
                $required = 300;
 
162
                $required = 60;
163
163
                $recommended = 600;
164
164
 
165
165
                $current = ini_get('max_input_time');