From: pcanterino <> Date: Thu, 25 Aug 2005 11:35:17 +0000 (+0000) Subject: - Now, Dev-Editor is able to switch some configuration values depending on the X-Git-Tag: version_3_0~6 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/7efda2bd1d1eb1d06b1513f459e14164ad4689f7?hp=7efda2bd1d1eb1d06b1513f459e14164ad4689f7 - Now, Dev-Editor is able to switch some configuration values depending on the current HTTP Auth user. This is controlled by a separate configuration file that contains sections like Windows INI files (thus the configuration file parser is now able to parse files containing sections in square brackets). You may overwrite the following configuration values: - fileroot - httproot - forbidden (you may also clear the default "forbidden" list) - Fixed a bug occuring if the user placed an empty "forbidden" configuration option in the main configuration file. In this case we create an empty Array Reference. - Fixed an error in an {IF} block in dirlist_dir.htm ---