File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8989 # Checking destination path
9090 real_target_directory=" $( readlink -e " ${target_domain_directory} /public_html/$target_directory /" ) "
9191 if [ -z " $( echo $real_target_directory | egrep " ^$target_domain_directory \b" ) " ]; then
92- check_result $E_FORBIDEN " Error: target dir outside of target domain dir"
92+ check_result $E_FORBIDEN " target dir outside of target domain dir"
9393 fi
9494
9595 if [ ! -e " $real_target_directory " ]; then
96- check_result $E_NOTEXIST " ERROR: Directory $target_directory does not exist under $HOMEDIR /$user /$target_domain /public_html/."
96+ check_result $E_NOTEXIST " Directory $target_directory does not exist under $HOMEDIR /$user /$target_domain /public_html/."
9797 else
9898 CUSTOM_DOCROOT=" $real_target_directory "
9999 if [ ! -z " $php " ]; then
You can’t perform that action at this time.
0 commit comments