861aca911c
Start .hide file support, Add statistics button.
32 lines
1.4 KiB
PHP
32 lines
1.4 KiB
PHP
<?
|
|
// $RCSfile: lmbrowse_config.inc,v $
|
|
// $Revision: 1.2 $
|
|
// $Name: $
|
|
// $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";
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
/* Keywords definitions */
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
$lmb_keywords = "langueur-monotone.com,langueur monotone,music,music group,music band,Arnaud GIBERT,Arnaud G. GIBERT";
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
/* Admin Password definitions */
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
$lmb_password = "XXXXXXXX";
|
|
|
|
?>
|