HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/de/all_kms_con.inc.php
<?php

global $config_vars;

$config_vars['taal'] = "de";
$config_vars['producten'] = "produkte";
$config_vars['contact'] = "kontakt";

$config_vars['404'] = "404 - Seite nicht gefunden";
$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'] = "Deutsch";
$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',
					   'aktuell',
   					   'uber_uns',
					   'produkte',
					   'product_detail',
					   'kontakt',
					   'haftung',
					   'sitemap',
					   'geschaftsbedingungen_akzeptieren',
					   'account_erstellen',
					   'passwort_vergessen',
					   'account_activate',
					   'account_activate_promic',
					   'account_rick',
					   'account_password',
					   'registreren_nederlands',
					   'registrieren',
					   'datenschutzerklarung',
					   '404'
					   );
					   
if(!$_SESSION['taal_table'] || $_SESSION['taal_table']['taal'] != "de"){		   

	include("taal.inc.php");

}
?>