Delete mysqldata.php

This commit is contained in:
MasterGordon 2018-04-11 14:37:06 +02:00 committed by GitHub
parent f7797ca6b2
commit 93388a5406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

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