|
From: Patrick M. <mai...@st...> - 2001-11-26 18:54:07
|
On Mon, Nov 26, 2001 at 10:32:52AM -0800, Ben Curtis wrote:
> Yup, phplib is getting annoying for me too. Currently in CVS template.inc, auth.inc, session.inc, and page.inc have been moved into the phpbt distribution. I'm working on moving the db abstraction to adodb, and offering an -extras package that will toss adodb under inc/ for those who don't already have it installed. This should make the installation process a little easier for 0.6.0.
sounds good to me! :)
now I got it running with a little handwork!
there are few things I noticed:
- In config-dist.php I'm missing the '<?php' at the beginning!
- What about encrypt passwords while db-conversion? How are they
encrypted, with password()?
- Changing the language in the configuration-menu has no affect!
- What about an option to change the language only for the current
user in the usermenu and taking the definition in the config as
default?!
|