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

Go to the source code of this file.

Variables

if(! $admin->enabled$fields
 Delete one or more AlternC's accounts of course, confirm the deletion. More...
 
if($del_confirm=="y") else
 

Variable Documentation

◆ $fields

if (! $admin->enabled) $fields
Initial value:
= array (
"accountList" => array ("post", "array", array()),
"del_confirm" => array("post", "string", ""),
)

Delete one or more AlternC's accounts of course, confirm the deletion.

Definition at line 35 of file adm_dodel.php.

◆ else

if ( $del_confirm=="y") else
Initial value:
{
if (!is_array($accountList) || count($accountList)==0) {
$msg->raise("ERROR", "admin", _("Please check the accounts you want to delete"));
require("adm_list.php");
exit();
}
include("head.php")
exit
Definition: adm_doadd.php:70
$msg
Definition: bootstrap.php:75

Definition at line 56 of file adm_dodel.php.