2012-12-01 17:27:04 +01:00
|
|
|
<?
|
|
|
|
// $RCSfile: lmbrowse_config.inc,v $
|
2015-08-07 01:49:02 +02:00
|
|
|
// $Revision: 1.3 $
|
2012-12-01 17:27:04 +01:00
|
|
|
// $Name: $
|
2015-08-07 01:49:02 +02:00
|
|
|
// $Date: 2015/08/06 23:49:02 $
|
2012-12-01 17:27:04 +01:00
|
|
|
// $Author: agibert $
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
2015-08-07 01:49:02 +02:00
|
|
|
/* Path and URL definition */
|
2012-12-01 17:27:04 +01:00
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
2012-12-19 00:49:57 +01:00
|
|
|
$lmb_path = "/var/httpd/www.langueur-monotone.com/html";
|
2015-08-07 01:49:02 +02:00
|
|
|
$lmb_url_pre = "www.langueur-monotone.com";
|
|
|
|
$lmb_url_post = "/";
|
2012-12-01 17:27:04 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
2015-08-07 01:49:02 +02:00
|
|
|
/* Keywords definition */
|
2012-12-01 17:27:04 +01:00
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
2015-08-07 01:49:02 +02:00
|
|
|
$lmb_keywords = "langueur monotone,music,graphic,project,group,band,Arnaud G. GIBERT";
|
2012-12-19 00:49:57 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
2015-08-07 01:49:02 +02:00
|
|
|
/* Features control */
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
/* Google analytics */
|
|
|
|
$lmb_ga_enable = true;
|
|
|
|
|
|
|
|
/* JPlayer Inpector link*/
|
|
|
|
$lmb_jpi_enable = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
/* Admin Password definition */
|
2012-12-19 00:49:57 +01:00
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
$lmb_password = "XXXXXXXX";
|
2012-12-01 17:27:04 +01:00
|
|
|
|
|
|
|
?>
|