lmbrowse/html/lmbrowse_config.inc
agibert e32b04199d - Add URL pre/post definition,
- Add feature support (Google Analitics / JPlayer Inspector).
2015-08-06 23:49:02 +00:00

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";
?>