added mysqldata example

This commit is contained in:
MasterGordon 2018-04-11 14:37:22 +02:00
parent f7797ca6b2
commit cb033bf456
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
//MYSQL
$GLOBALS["servername"] = "localhost";
$GLOBALS["username"] = "root";
$GLOBALS["password"] = "";
$GLOBALS["database"] = "factorymaster"
?>