Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 1 of 1) sorted by relevance

/plugin/xtern/
H A Dadmin.php56 $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) { argument
74 set_time_limit($max_time);
77 $this->buttons($max_time,$this->dir);
105 set_time_limit($max_time);
122 function buttons($max_time = "",$ns="") { argument
140 if($max_time) {
[all …]