From: Alex B. <en...@tu...> - 2001-08-24 19:23:43
|
> Hi Alex, > >>>> prepend.php is replicated over all dirctories, i guess. >>> Alex, what do u think? >> We're going to have to use BC_PATH_HTDOCS to do the include from now on. >> But that's set in user constants, so all should be well :) > > ??? I thought the user constants are loaded with the init process, init > reqires BC_PATH and init is importet by import() that is provided by > ./prepend.php. So how should BC_PATH_HTDOCS work without init. Or am i > missing something? > > Andi you aren't, we can set it earlier. I think that we'll end up doing something like include_once(BC_PATH."user/conf/prepend.php") or something, so we don't have to do anything special. prepend was put into htdocs by default, no by design, and I would prefer to move it out entirely. _a |