From: Leandro Lucarella Date: Thu, 10 Jul 2003 04:02:26 +0000 (+0000) Subject: - Added a new feature to Link. Now if the URL is a directory (finishes with X-Git-Tag: svn_import~9 X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/commitdiff_plain/29089cb8d01a4748b84995178051d39e3e960ae9?ds=inline;hp=29089cb8d01a4748b84995178051d39e3e960ae9 - Added a new feature to Link. Now if the URL is a directory (finishes with '/'), index.xbf is automaticly appended. - Added two new functions to deal with subdirectories and Apaches 'PATH_INFO': getWebPath() and getFsPath(). Both returns a string to prepend to a path to fix it, one for URL paths and the other for Filesystem paths. - Added subdirectory support examples. - Updated UML diagram and version numbers. ---