Quit
Note: This command is no longer supported as of Version 4.0.
Commits all databases to disk and quits the CGI.

To commit and close all databases at once, send a Quit command to WebCatalog. This is most often used when you have copied (or FTP-ed) new database files to the disk and you want WebCatalog to reload them all. Plugins cannot quit, so if you are using the plugin version of WebCatalog, it will just commit and close databases.

Example (normally you would put the following text into a .tpl file on your server and use a web browser to link to it):

http://www.yourserver.com/WebCatalog/xx.tpl?command=Quit

There are no parameters to the Quit command.

HTML Source Description
<a href="xx.tpl?command=Quit">
Hyperlink to WebCatalog plugin. The template is ignored.
<form method="POST" action="xx.tpl">
<input type="hidden" name="command" value="Quit">
<input type="submit">
</form>
Form-based command to plugin
(notice the template is part of the action, but it is ignored).