Searched refs:max_time (Results 1 – 1 of 1) sorted by relevance
56 $max_time = $this->getConf('max_time');58 $max_time = $max_time > $ini_max ? $max_time : $ini_max;60 $this->buttons($max_time);63 $this->check_links($max_time);73 function check_links($max_time) { argument74 set_time_limit($max_time);77 $this->buttons($max_time,$this->dir); 105 set_time_limit($max_time);122 function buttons($max_time = "",$ns="") { argument140 if($max_time) {[all …]