1.33 xestiascan_settings_edit

xestiascan_settings_edit edits the settings for the Xestia Scanner Server installation. The settings can only be edited if the user has administrative privileges.

Parameters:

xestiascan_settings_edit(options);


Usage:

$pagedata = xestiascan_settings_edit(%options);


options
Specifies the new settings as a hash. The settings accepted are:

Setting Description
ImagesURIPath Specifies the URI path of the images directory (used for graphics to make the page look more pleasing).
ScansURIPath Specifies the URI path of the scans directory.
ScansFSPath Specifies the filesystem path of the scans directory.
DateTimeFormat Specifies the date and time format to use.
SystemLanguage Specifies the language to use for Xestia Scanner Server.
PresentationModule Specifies the presentation module to use.
AuthModule Specifies the authentication module to use.
OutputModule Specifies the output module to use.
DatabaseServer Specifies the address of the database server to use.
DatabasePort Specifies the port to use to connect to the database server.
DatabaseProtocol Specifies the protocol to use to connect to the database server.
DatabaseSQLDatabase Specifies the name of the database to use.
DatabaseUsername Specifies the username to use for authenticating on the database server.
DatabasePassword Specifies the password to use for authenticating on the database server.
DatabasePasswordKeep Specifies if the existing password for authenticating on the database server should be kept.
DatabaseTablePrefix Specifies the table prefix to use.
Confirm Confirms the action to edit the settings.