Home
last modified time | relevance | path

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

/plugin/photogallery/
Dadmin.php43 $this->_info_row('Plugin info','Value',' ',true);
45 $this->_info_row('Plugin version',$info['date']);
46 $this->_info_row('Author',$info['author']);
47 $this->_info_row('Server parameters','Value','Status',true);
48 $this->_info_row('Plugin folder',__DIR__);
50 $this->_info_row('Current PHP version',phpversion(),$ok);
51 $this->_info_row('Running webserver',htmlentities($_SERVER['SERVER_SOFTWARE']));
52 $this->_info_row('PHP memory limit',ini_get('memory_limit'));
54 $this->_info_row('EXIF extension',($ok ? '' : 'not').' loaded',$ok);
56 $this->_info_row('CURL extension',($ok ? '' : 'not').' loaded',$ok);
[all …]