Skip to content

Commit f21ab17

Browse files
author
Invers3
committed
Update pw.cgi
fixed payloads dir
1 parent 50ae175 commit f21ab17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/cgi-bin/pw.cgi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ case "$task" in
405405

406406
echo "{"
407407
echo "\"file_list\":["
408-
if [ -d "/www/pppwn$path" ]; then
409-
ls_dir "/www/pppwn" "$path" ""
408+
if [ -d "/www$path" ]; then
409+
ls_dir "/www" "$path" ""
410410
fi
411411
echo "]"
412412
echo "}"

0 commit comments

Comments
 (0)