forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config adminscript
Violet edited this page Nov 2, 2010
·
2 revisions
By default, the script that Melody uses for the administrative interface is called index.cgi
. In some situations--for example, if you are running Melody under mod_perl, or if your server requires that your Perl scripts have the extension .pl--you may need different names for these scripts. You can set the names that will be used throughout the default templates and Melody code by changing these values.
The value of AdminScript can be output in templates using the <$mt:AdminScript$>
tag.
Filename of the file to be used for accessing the admin interface. Default is index.cgi
Change the script to mt.pl
AdminScript mt.pl
-
Categories: Appendix: Configuration Directives
-
Tags: config