Compare commits
4 Commits
d4ba1f98e0
...
lmbrowse-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e32b04199d | ||
|
|
c33a03ba1b | ||
|
|
bfda4b1e9e | ||
|
|
13705fc9c1 |
1104
html/lmbrowse.php
1104
html/lmbrowse.php
File diff suppressed because it is too large
Load Diff
@@ -1,29 +1,42 @@
|
|||||||
<?
|
<?
|
||||||
// $RCSfile: lmbrowse_config.inc,v $
|
// $RCSfile: lmbrowse_config.inc,v $
|
||||||
// $Revision: 1.2 $
|
// $Revision: 1.3 $
|
||||||
// $Name: $
|
// $Name: $
|
||||||
// $Date: 2012/12/18 23:49:57 $
|
// $Date: 2015/08/06 23:49:02 $
|
||||||
// $Author: agibert $
|
// $Author: agibert $
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||||
/* Path and URL definitions */
|
/* Path and URL definition */
|
||||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
$lmb_path = "/var/httpd/www.langueur-monotone.com/html";
|
$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";
|
$lmb_password = "XXXXXXXX";
|
||||||
|
|||||||
Reference in New Issue
Block a user