cancreate("piwik")) { $error=_("You cannot add any new Piwik account, your quota is over."); $fatal=1; } $fields = array ( "account_name" => array ("post", "string", ""), ); getFields($fields); if (empty($account_name)) { echo "
"._("Error : missing arguments.")."
"; include_once("foot.php"); exit; } ?>$error
"; if (isset($fatal) && $fatal) { include_once("foot.php"); exit(); } } else { printf("%s %s\n", _('Successfully added piwik user'), $account_name); } include_once("foot.php"); ?>