??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: spell
#!/bin/sh # aspell list mimicks the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u