- Add URL pre/post definition,
- Add feature support (Google Analitics / JPlayer Inspector).
This commit is contained in:
parent
c33a03ba1b
commit
e32b04199d
@ -1,29 +1,42 @@
|
||||
<?
|
||||
// $RCSfile: lmbrowse_config.inc,v $
|
||||
// $Revision: 1.2 $
|
||||
// $Revision: 1.3 $
|
||||
// $Name: $
|
||||
// $Date: 2012/12/18 23:49:57 $
|
||||
// $Date: 2015/08/06 23:49:02 $
|
||||
// $Author: agibert $
|
||||
|
||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||
/* Path and URL definitions */
|
||||
/* Path and URL definition */
|
||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
$lmb_path = "/var/httpd/www.langueur-monotone.com/html";
|
||||
$lmb_url = "/lmbrowse.php";
|
||||
$lmb_url_pre = "www.langueur-monotone.com";
|
||||
$lmb_url_post = "/";
|
||||
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||
/* Keywords definitions */
|
||||
/* Keywords definition */
|
||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
$lmb_keywords = "langueur-monotone.com,langueur monotone,music,music group,music band,Arnaud GIBERT,Arnaud G. GIBERT";
|
||||
$lmb_keywords = "langueur monotone,music,graphic,project,group,band,Arnaud G. GIBERT";
|
||||
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||
/* Admin Password definitions */
|
||||
/* Features control */
|
||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
/* Google analytics */
|
||||
$lmb_ga_enable = true;
|
||||
|
||||
/* JPlayer Inpector link*/
|
||||
$lmb_jpi_enable = false;
|
||||
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||
/* Admin Password definition */
|
||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
$lmb_password = "XXXXXXXX";
|
||||
|
Loading…
Reference in New Issue
Block a user