From ac391f80973c4de7ad134e08c57fad9ef80f474d Mon Sep 17 00:00:00 2001 From: Rahul Bansal Date: Fri, 12 Oct 2012 16:58:25 +0530 Subject: [PATCH] local changes --- touch.php | 44 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 10 deletions(-) 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"; + +?>