1
0
Fork 0
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.
websites_kartontage-de/config.php

10 lines
200 B
PHP

<?php
$MYSQL_HOST="localhost";
$MYSQL_DBNAME="website_kartontage";
$MYSQL_USERNAME=$MYSQL_DBNAME;
$MYSQL_PASSWORD="QyxlQEXj667j6Brf";
if(file_exists('productive.php'))
include 'productive.php';