I added two new directories to phpWebsite. These are placeholder
directories with zero content except a README file. This is not a
new feature ( I know its too late..), but a bug fix to menu, and a
preparation for future use.
the "local" directory is indented for site administrators to put
their own stuff and know that phpWebsite will never step on it by
using the same name. All we have to do in this directory is to
leave it empty.
The "bridge" directory is a placeholder for later installation of CMS
Bridge middleware.
The new version of menu.php checks to see if the url begins with
"http" or "local" or "bridge". It it does, it leaves the url
unaltered. Before, this check just tested for "http:', but added a
"menu=<integer> parameter to everything that had a relative path.
The menu= parameter had the potential to conflict with "menu"
paramaters needed by the called application.
Bob T.
|