Current File : //etc/sentora/panel/modules/server/client_example_subdomain.php
<?php

include_once ("/etc/sentora/panel/modules/server/panel.api.php") ;
$un="testsaravana";
$pwd="testsaravana";
$dom="testsaravana.com";
$subdom="testchk";
$output=panel_sub_domain_create ($un, $pwd, $dom, $subdom) ;
echo $output;
?>