diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..556bc65 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +*.old diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 26f7f30..c3ed280 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------------------------------------------------------------ -LMBrowse V 1.9.1 - A. GIBERT - 2026/07/13 +LMBrowse V 1.9.1 - A. GIBERT - 2026/07/18 ------------------------------------------------------------------------------------------------------------------------------------ - Add docker support, diff --git a/src/html/lmbrowse_config.inc b/src/html/lmbrowse_config.inc index f0270ca..3be4cda 100644 --- a/src/html/lmbrowse_config.inc +++ b/src/html/lmbrowse_config.inc @@ -1,9 +1,29 @@ . */ +/* */ +/*--------------------------------------------------------------------------------------------------------------------------------*/ + + /*--------------------------------------------------------------------------------------------------------------------*/ /* Path and URL definition */ @@ -30,9 +50,6 @@ $lmb_keywords = "langueur monotone,music,graphic,project,group,band,Arnaud G. GI /* Google analytics */ $lmb_ga_enable = true; -/* JPlayer Inpector link*/ -$lmb_jpi_enable = false; - /*--------------------------------------------------------------------------------------------------------------------*/