diff --git a/touch.php b/touch.php index 1587dd02..2e15746f 100755 --- a/touch.php +++ b/touch.php @@ -1,8 +1,14 @@ \ No newline at end of file +echo "\n Relaoding nginx configuration...\n\n"; +system('service nginx reload'); + +/** + * THE END + */ +//just echo URL for new domain like http://$domain +//user will click it and verify if its working fine! ;-) + +echo $domain['name'] . " Successfully created\n\n"; + +?>