diff --git a/config.php b/config.php deleted file mode 100755 index 6dd634c1..00000000 --- a/config.php +++ /dev/null @@ -1,78 +0,0 @@ - \ No newline at end of file diff --git a/create.php b/create.php index 8fc1be26..3fb9bff5 100755 --- a/create.php +++ b/create.php @@ -3,7 +3,7 @@ CREATE A SITE WITH WORDPRESS */ -include_once('config.pgp'); +include_once('config.php'); /** @@ -150,4 +150,4 @@ system('service nginx reload'); echo $domain['name'] . " Successfully created\n\n"; -?> \ No newline at end of file +?>