Home
last modified time | relevance | path

Searched +full:upload +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/issuetracker/conf/
H A Ddefault.php11 $conf['upload'] = 0; // allow symptom file uploads
14 … // each ip will be blocked for 10 minutes before another upload can be initiated
H A Dmetadata.php11 $meta['upload'] = array('onoff'); // allow symptom file uploads
14 …= array('string'); // each ip will be blocked for 3 minutes before another upload can be initiated
/plugin/issuetracker/
H A Dsyntax.php196 // upload a symptom file
217 …if((($this->getConf('upload')> 0) ||(($cFlag === true) && ($data['asympupl']=true)) || ($this->get…
221 if(($this->getConf('upload')> 0) && (strlen($mime_type2)>1)) {
225 if(($this->getConf('upload')> 0) && (strlen($mime_type3)>1)) {
1411 // check if symptom file upload is allowed
1412 … if(($this->getConf('upload')>0) || (($cFlag === true) && ($data['asympupl']=true))) {
1689 …rc=\"".$imgBASE."imageshack.png\" name=\"btn_ishack\" title=\"ImageShack upload (ext TaC !)\">></a…
1731 /* upload a file if valid on mime type and file extension
1780 // check upload remaining attempts (to be larger than 0)
H A Daction.php553 // upload a symptom file
556 if(($this->getConf('upload')> 0) && (strlen($mime_type1)>1)) {
560 if(($this->getConf('upload')> 0) && (strlen($mime_type2)>1)) {
564 if(($this->getConf('upload')> 0) && (strlen($mime_type3)>1)) {
2169 if((strpos($this->getConf('ltdReport'),'Symptom link 1')===false) || ($this->getConf('upload')>0)) {
2212 if($this->getConf('upload')>0) {
3192 …rc=\"".$imgBASE."imageshack.png\" name=\"btn_ishack\" title=\"ImageShack upload (ext TaC !)\">></a…
3509 /* upload a file if valid on mime type and file extension
3558 // check upload attampts (to be larger than 3)