e32b04199d
- Add feature support (Google Analitics / JPlayer Inspector).
45 lines
1.9 KiB
PHP
45 lines
1.9 KiB
PHP
<?
|
|
// $RCSfile: lmbrowse_config.inc,v $
|
|
// $Revision: 1.3 $
|
|
// $Name: $
|
|
// $Date: 2015/08/06 23:49:02 $
|
|
// $Author: agibert $
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
/* Path and URL definition */
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
$lmb_path = "/var/httpd/www.langueur-monotone.com/html";
|
|
$lmb_url_pre = "www.langueur-monotone.com";
|
|
$lmb_url_post = "/";
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
/* Keywords definition */
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
$lmb_keywords = "langueur monotone,music,graphic,project,group,band,Arnaud G. GIBERT";
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
/* Features control */
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
/* Google analytics */
|
|
$lmb_ga_enable = true;
|
|
|
|
/* JPlayer Inpector link*/
|
|
$lmb_jpi_enable = false;
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
/* Admin Password definition */
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
$lmb_password = "XXXXXXXX";
|
|
|
|
?>
|