@@ -715,12 +715,12 @@ All logic of running the script with or without this parameter is handled on the
715715 "data": {
716716 "domain.com": {
717717 "owner": "username",
718- "document_root": "/home/username/public_html/ ",
718+ "document_root": "/home/username/public_html",
719719 "is_main": true
720720 },
721721 "subdomain.domain.com": {
722722 "owner": "username",
723- "document_root": "/home/username/public_html/subdomain/ ",
723+ "document_root": "/home/username/public_html/subdomain",
724724 "is_main": false
725725 }
726726 },
@@ -740,7 +740,7 @@ All logic of running the script with or without this parameter is handled on the
740740 "data": {
741741 "domain.com": {
742742 "owner": "username",
743- "document_root": "/home/username/public_html/ ",
743+ "document_root": "/home/username/public_html",
744744 "is_main": true,
745745 "php": {
746746 "php_version_id": "alt-php56",
@@ -752,7 +752,7 @@ All logic of running the script with or without this parameter is handled on the
752752 },
753753 "subdomain.domain.com": {
754754 "owner": "username",
755- "document_root": "/home/username/public_html/subdomain/ ",
755+ "document_root": "/home/username/public_html/subdomain",
756756 "is_main": false,
757757 "php": {
758758 "php_version_id": "alt-php72",
@@ -2425,7 +2425,7 @@ PHP interpreter configuration for each domain is to be placed in the nested key-
24252425 "data": {
24262426 "domain.com": {
24272427 "owner": "username",
2428- "document_root": "/home/username/public_html/ ",
2428+ "document_root": "/home/username/public_html",
24292429 "is_main": true,
24302430 "php": {
24312431 "version": "56",
@@ -2435,7 +2435,7 @@ PHP interpreter configuration for each domain is to be placed in the nested key-
24352435 },
24362436 "subdomain.domain.com": {
24372437 "owner": "username",
2438- "document_root": "/home/username/public_html/subdomain/ ",
2438+ "document_root": "/home/username/public_html/subdomain",
24392439 "is_main": false,
24402440 "php": {
24412441 "version": "72",
0 commit comments