Add admin login management,

Start .hide file support,
Add statistics button.
This commit is contained in:
agibert
2012-12-18 23:49:57 +00:00
parent 98288ec0c6
commit 861aca911c
3 changed files with 297 additions and 390 deletions

View File

@@ -1,16 +1,16 @@
<?
// $RCSfile: lmbrowse_config.inc,v $
// $Revision: 1.1 $
// $Revision: 1.2 $
// $Name: $
// $Date: 2012/12/01 16:27:05 $
// $Date: 2012/12/18 23:49:57 $
// $Author: agibert $
/*--------------------------------------------------------------------------------------------------------------------*/
/* Path and URL definitions */
/*--------------------------------------------------------------------------------------------------------------------*/
$lmb_path="/var/httpd/www.langueur-monotone.com/html";
$lmb_url="/lmbrowse.php";
$lmb_path = "/var/httpd/www.langueur-monotone.com/html";
$lmb_url = "/lmbrowse.php";
@@ -18,6 +18,14 @@ $lmb_url="/lmbrowse.php";
/* Keywords definitions */
/*--------------------------------------------------------------------------------------------------------------------*/
$lmb_keywords="langueur-monotone.com,langueur monotone,music,music group,music band,Arnaud GIBERT,Arnaud G. GIBERT";
$lmb_keywords = "langueur-monotone.com,langueur monotone,music,music group,music band,Arnaud GIBERT,Arnaud G. GIBERT";
/*--------------------------------------------------------------------------------------------------------------------*/
/* Admin Password definitions */
/*--------------------------------------------------------------------------------------------------------------------*/
$lmb_password = "XXXXXXXX";
?>