1
0

added templates

This commit is contained in:
2022-09-10 14:58:55 +02:00
parent 2360419e50
commit 87577f6d71
9 changed files with 123 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
// configuration of mysql server
$mysqlServer = "<server address>"; // Your production server
$username = "";
$passwd = "";
$database = "";
?>