Can check the availability of a domain.

This commit is contained in:
Pierre
2018-04-17 19:16:10 +02:00
parent 37d21ee6c3
commit e22205e91e
3 changed files with 44 additions and 1 deletions

View File

@ -485,6 +485,6 @@ function getPostUserDirectory(string $name) : string {
Rest_fatal_error(401, "Specified directory seems to be invalid!");
//Return the directory
return $name;
return $directory;
}