b_schliebitz - 2006-03-12

Logged In: YES
user_id=1345602

See last line....

<?
$dbname = "lucid_test"; //the name of your
Lucid MySQL database
$hostname = "localhost"; //the server where your
database is located - localhost (if the same computer as
where this config file is located)
$username = "root"; // the username for your
Lucid MySQL database
$password = "spirit"; // the password for
your Lucid MySQL database
$layoutsList = "viewmode,editmode";
$defaultLayout = "viewmode";
$restrictedmode = "public";
$restrictedlayout = "";
$restrictedlayoutuser = ""; // the user name to enter
to edit mode
$restrictedlayoutpass = ""; // the password to
enter to edit mode
//$flag = "Basic"; //FCKeditor mode. Does not work
...