path.pm improvement
Brought to you by:
lee_herron
I've noticed in the file "path.pm", the os_allcommerce
root directory, which defaults to
"/home/httpd/os_allcommerce",
is repeated in each of the values of $apath.
The enclosed patch puts the root directory in a
variable, so
that you can change "$root" without having to modify the
values in $apath.
Patch file