1 script per user level?

sde

Verified User
Joined
Sep 11, 2004
Messages
213
Location
Temecula, CA
I'm trying to get a grasp on the plugin system here. It seems pretty straight forward, but I'm curious if you can use anything besides index.html and how you would then access that other script.

for example:

plugin_name/admin/index.html
plugin_name/admin/another_script.html

1. Can you do that?
2. If so, how would you access 'another_script.html' in the browser? All I know is this doesn't work: /CMD_PLUGINS_ADMIN/plugin_name/another_script.html
 
a good night's sleep sometimes does the trick :)

path is: plugin_name/another_script.html

the scripts must be chmod 755
 
Back
Top