]> git.p6c8.net - devedit.git/commit
- Now, Dev-Editor is able to switch some configuration values depending on the
authorpcanterino <>
Thu, 25 Aug 2005 11:35:17 +0000 (11:35 +0000)
committerpcanterino <>
Thu, 25 Aug 2005 11:35:17 +0000 (11:35 +0000)
commit7efda2bd1d1eb1d06b1513f459e14164ad4689f7
tree05150047557c8cd86404fcd93e6865c93d51deb3
parent63b1d70c9e8dc2e55c8ca8599fffbe001f72ad17
- 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
modules/Config/DevEdit.pm
templates/dirlist_dir.htm

patrick-canterino.de