This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
|
<?php
|
|
|
|
$MYSQL_HOST="localhost";
|
|
$MYSQL_DBNAME="website_kartontage";
|
|
$MYSQL_USERNAME=$MYSQL_DBNAME;
|
|
$MYSQL_PASSWORD="QyxlQEXj667j6Brf";
|
|
|
|
if(file_exists('productive.php'))
|
|
include 'productive.php';
|