Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Moving add.cgi

Quote Reply
Moving add.cgi
Hi All,

I want to be a ble to passwrod protect the add cgi script, only certain people are allowed to use the script.

If i move it to another directory, where in the other files will I have to rewrite the path and url?



Regards

MDJ1
http://www.isee-multimedia.co.uk
mark@isee-multimedia.co.uk
Quote Reply
Re: Moving add.cgi In reply to
Well, if you are using the default template files, you will need to edit the header.txt file.

You will need to edit the following link:

Code:

<a class="menulink" href="<Û_cgi_url%>/add.cgi">Add a Resource</a> |


Change the db_cgi_url to admin_root_url if you are going to put the add.cgi file in the admin directory.

Regards,

Eliot Lee
Quote Reply
Re: Moving add.cgi In reply to
Thanks eliot

Regards

MDJ1
http://www.isee-multimedia.co.uk
mark@isee-multimedia.co.uk
Quote Reply
Re: Moving add.cgi In reply to
You're welcome.

Regards,

Eliot Lee