65 lines
4.8 KiB
PHP
65 lines
4.8 KiB
PHP
<?
|
|
/*--------------------------------------------------------------------------------------------------------------------------------*/
|
|
/* */
|
|
/* LMBrowse - Langueur Monotone Browser */
|
|
/* */
|
|
/* Copyright (C) 2012-2026 Arnaud G. GIBERT */
|
|
/* mailto:arnaud@rx3.net */
|
|
/* http://www.rx3.org/dvp/lmbrowse */
|
|
/* */
|
|
/* This is free software: you can redistribute it and/or modify it */
|
|
/* under the terms of the GNU Lesser General Public License as published */
|
|
/* by the Free Software Foundation, either version 3 of the License, or */
|
|
/* (at your option) any later version. */
|
|
/* */
|
|
/* This program is distributed in the hope that it will be useful, */
|
|
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
|
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
|
/* GNU Lesser General Public License for more details. */
|
|
/* */
|
|
/* You should have received a copy of the GNU Lesser General Public */
|
|
/* License along with this program; If not, see */
|
|
/* <https://www.gnu.org/licenses/>. */
|
|
/* */
|
|
/*--------------------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
|
/* 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";
|
|
|
|
?>
|