lmbrowse/html/lmbrowse_config.inc

32 lines
1.4 KiB
PHP
Raw Normal View History

2012-12-01 17:27:04 +01:00
<?
// $RCSfile: lmbrowse_config.inc,v $
// $Revision: 1.2 $
2012-12-01 17:27:04 +01:00
// $Name: $
// $Date: 2012/12/18 23:49:57 $
2012-12-01 17:27:04 +01:00
// $Author: agibert $
/*--------------------------------------------------------------------------------------------------------------------*/
/* Path and URL definitions */
/*--------------------------------------------------------------------------------------------------------------------*/
$lmb_path = "/var/httpd/www.langueur-monotone.com/html";
$lmb_url = "/lmbrowse.php";
2012-12-01 17:27:04 +01:00
/*--------------------------------------------------------------------------------------------------------------------*/
/* Keywords definitions */
/*--------------------------------------------------------------------------------------------------------------------*/
$lmb_keywords = "langueur-monotone.com,langueur monotone,music,music group,music band,Arnaud GIBERT,Arnaud G. GIBERT";
/*--------------------------------------------------------------------------------------------------------------------*/
/* Admin Password definitions */
/*--------------------------------------------------------------------------------------------------------------------*/
$lmb_password = "XXXXXXXX";
2012-12-01 17:27:04 +01:00
?>