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

Go to the source code of this file.

Variables

 $fields
 
if($delete!="") $cert = $ssl->finalize($id, $crt, $chain)
 
 $error = $err->errstr()
 
if($error) $info = _("Your ssl certificate has been imported successfully")
 

Variable Documentation

◆ $cert

◆ $error

$error = $err->errstr()

Definition at line 44 of file ssl_finalize.php.

◆ $fields

$fields
Initial value:
= array(
"id" => array("post", "integer", ""),
"crt" => array("post", "string", ""),
"chain" => array("post", "string", ""),
"delete" => array("post","string",""),
)

Definition at line 29 of file ssl_finalize.php.

◆ $info

if ( $error) $info = _("Your ssl certificate has been imported successfully")

Definition at line 49 of file ssl_finalize.php.

Referenced by m_mysql\php_myadmin_connect(), and m_cron\rolling_curl().