- Add docker support,

- Remove obsolete JPlayer.
This commit is contained in:
2026-07-12 13:14:47 +02:00
parent d270f2e2b4
commit c764dcaba1
43 changed files with 336 additions and 5 deletions

View File

@@ -0,0 +1,44 @@
<?
// $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";
?>