File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/es/all_kms_con.inc.php
<?php
global $config_vars;
$config_vars['taal'] = "es";
$config_vars['producten'] = "products";
$config_vars['contact'] = "contact";
$config_vars['404'] = "404 - Page not found";
$config_vars['title'] = "Promic B.V. Display Systems";
$config_vars['description'] = "Promic B.V. Display Systems The Netherlands";
$config_vars['keywords'] = "Promic, Display, Systems, Nederweert";
$config_vars['language'] = "English";
$config_vars['subject'] = "Promic B.V. Nederweert";
// maak een connectie:
$conn=mysql_connect('YDAWBH119', 'promic_kms_user', '49Iodd&3kd)3sWq!p') or die("<h1>Promic website is not available</h1><p>It's not possible to connect to the website<br />
Please try again later.<br/><br/>Our apologies for the inconvenience</p>" .
mysql_error() ) ;
//open de database:
mysql_select_db('promic_kms') or die("<hr/>Het spijt me, database niet gevonden: <br/>" .
mysql_error());
include("../functions.php");
$aAllowedPages = array('home',
'news',
'about_us',
'products',
'product_detail',
'contact',
'disclaimer',
'sitemap',
'aceptar_la_condiciones',
'create_account',
'forgot_password',
'account_activate',
'account_activate_promic',
'account_manager_france',
'account_rick',
'account_password',
'vacancies',
'register',
'404'
);
if(!$_SESSION['taal_table'] || $_SESSION['taal_table']['taal'] != "es"){
include("taal.inc.php");
}
?>