11 lines
172 B
PHP
11 lines
172 B
PHP
<?
|
|
class hMailService extends hService
|
|
{
|
|
function setNumAccounts($numaccts)
|
|
{
|
|
return $this->RRADServer->write(new hCommand("A E", $numaccts, $this->context));
|
|
}
|
|
}
|
|
|
|
?>
|