With five template we had the ability to add this option but with six we can't use-add any more this option
Is there any way to add this with six template?
Is there any way to add this with six template?
function myserver_SuspendAccount($params)
{
$command = "sendemail";
$adminuser = "artak";
$values["customtype"] = "product";
$values["messagename"] = "Renew SMS";
$values["id"] = $params["serviceid"];
$results = localAPI($command, $values, $adminuser);
//End add an entry
return $results; //Mission complete
}
RewriteEngine On
# Announcements
RewriteRule ^announcements/([0-9]+)/[a-z0-9_-]+\.html$
./announcements.php?id=$1 [L,NC]
RewriteRule ^announcements$ ./announcements.php [L,NC]
# Downloads
RewriteRule ^downloads/([0-9]+)/([^/]*)$
./downloads.php?action=displaycat&catid=$1 [L,NC]
RewriteRule ^downloads$ ./downloads.php [L,NC]
# Knowledgebase
RewriteRule ^knowledgebase/([0-9]+)/[a-z0-9_-]+\.html$
./knowledgebase.php?action=displayarticle&id=$1 [L,NC]
RewriteRule ^knowledgebase/([0-9]+)/([^/]*)$
./knowledgebase.php?action=displaycat&catid=$1 [L,NC]
RewriteRule ^knowledgebase$ ./knowledgebase.php [L,NC]
# OpenID Discovery Document
(http://openid.net/specs/openid-conne...overy-1_0.html)
RewriteRule ^.well-known/openid-configuration
./oauth/openid-configuration.php [L,NC]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]