Commit 0153f6d
committed
hestiacp#1844 "public_html" field in "Custom document root" not load his state
regex in line 93
/\/home\/'.$v_username.'\/web\/([[:alnum:]].*)\/public_html\/([[:alnum:]].*)?/
Doesn't work properly when custom docroot is
/home/user/web/hestiacp.com/public_html/public_html
return is hestiacp.com/public_html as domain instead of
hestiacp.com as domain and and public_html as folder1 parent bd64dab commit 0153f6d
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
101 | 108 | | |
102 | 109 | | |
103 | 110 | | |
| |||
0 commit comments