]> git.p6c8.net - devedit.git/commit
- The abort() routine from the Output module is now also able to display a link
authorpcanterino <>
Sat, 13 Nov 2004 08:56:34 +0000 (08:56 +0000)
committerpcanterino <>
Sat, 13 Nov 2004 08:56:34 +0000 (08:56 +0000)
commit73f2498331782691215bb4cc02fc4431145b7027
tree83f47ad95cac44798b39a510e9a6714f46c5a57a
parentff6b963d7af92549b2832612227b86d78ebf4140
- The abort() routine from the Output module is now also able to display a link
  at the bottom of the error message. It is a direct wrapper to the error()
  routine.
  Thus, the following error messages now contain a link at the bottom:
  - File not found
  - Accessing above the virtual root directory
  - Creating an object above the virtual root directory
  - Directory where Dev-Editor should create an object does not exist
- It was possible to access the directory containing the virtual root directory.
  Well, it was only read-access.
devedit.pl
modules/Output.pm
modules/Tool.pm

patrick-canterino.de