Home
last modified time | relevance | path

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

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/ftp/admin/
H A Dftpclient.php188 $defaultpassive = GETPOST("FTP_PASSIVE_".($lastftpentry + 1)); variable
189 …if (!isset($_POST["FTP_PASSIVE_".($lastftpentry + 1)])) $defaultpassive = empty($conf->global->FTP… variable
190 print '<td>'.$form->selectyesno('FTP_PASSIVE_'.($lastftpentry + 1), $defaultpassive, 2).'</td>';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/ftp/admin/
H A Dftpclient.php205 $defaultpassive = GETPOST("FTP_PASSIVE_".($lastftpentry + 1)); variable
207 $defaultpassive = empty($conf->global->FTP_SUGGEST_PASSIVE_BYDEFAULT) ? 0 : 1; variable
209 print '<td>'.$form->selectyesno('FTP_PASSIVE_'.($lastftpentry + 1), $defaultpassive, 2).'</td>';