Alternc  latest
Alternc logiel libre pour l'hébergement
ftp_edit.php File Reference

Go to the source code of this file.

Variables

if(!isset($is_include)) if(! $id &&! $create) if(! $id && $create) else
 Form to edit an FTP account. More...
 
 $rr =$ftp->get_ftp_details($id)
 
 $c =$admin->listPasswordPolicies()
 
 $passwd_classcount = $c['ftp']['classcount']
 
return false
 
return true
 if you do not wish to use encryption via TLS mechanisms (i.e. More...
 
 if (isset( $id) &&! empty( $id))
 

Variable Documentation

◆ $c

$c =$admin->listPasswordPolicies()

Definition at line 57 of file ftp_edit.php.

◆ $passwd_classcount

$passwd_classcount = $c['ftp']['classcount']

Definition at line 58 of file ftp_edit.php.

◆ $rr

$rr =$ftp->get_ftp_details($id)

Definition at line 52 of file ftp_edit.php.

Referenced by m_mail\catchall_getinfos().

◆ else

if (!isset( $is_include)) if (! $id &&! $create) if (! $id &&$create) else
Initial value:
{
echo "<h3>"._("Editing a FTP account")."</h3>"

Form to edit an FTP account.

Definition at line 50 of file ftp_edit.php.

◆ false

return false

Definition at line 120 of file ftp_edit.php.

◆ if

if(isset($id) &&! empty($id)) ( isset( $id) &&! empty( $id)  )

Definition at line 128 of file ftp_edit.php.

◆ true

boolean Disable STARTTLS for ManageSieve You can set this to true

if you do not wish to use encryption via TLS mechanisms (i.e.

the server is not configured properly, or this is a local connection and TLS is not needed. Note that STARTTLS is supported only in PHP5+. In PHP4 this option will have no effect and STARTTLS will be disabled anyway.

DEBIAN CHANGE: To properly work with a default cyrus installation on the same host as SquirrelMail $avelsieve_disabletls defaults to true.

Definition at line 122 of file ftp_edit.php.