This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function web_set_config(const name, value: string): boolean;

Arguments:

name Variable name
value Variable value

Description:

Dynamically sets configuration file option.

Returns:

TRUE on success, FALSE on error.

Usage:

web_set_config('format_auto_filter', 'off');

See also:

web_get_config.

PSP Help documents