The short answer is "yes"
The reason for doing:
"$CFG->{admin_root_path}/../"
Is that that is the _ONLY_ way to know where the file will go on other peoples system. That is the "admin" directory, one step up.
The "path" to the User CGI directory is not stored, only the URL as
< % db_cgi_url % >
I have files extracting on multiple servers. The biggest problem is permissions, since the User CGI directory is usually installed as the webmaster, not the server, the server can't install into it unless the permissions are changed.
PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum
The reason for doing:
"$CFG->{admin_root_path}/../"
Is that that is the _ONLY_ way to know where the file will go on other peoples system. That is the "admin" directory, one step up.
The "path" to the User CGI directory is not stored, only the URL as
< % db_cgi_url % >
I have files extracting on multiple servers. The biggest problem is permissions, since the User CGI directory is usually installed as the webmaster, not the server, the server can't install into it unless the permissions are changed.
PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum