added templates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// configuration of mysql server
|
||||
$mysqlServer = "<server address>"; // Your production server
|
||||
$username = "";
|
||||
$passwd = "";
|
||||
$database = "";
|
||||
?>
|
||||
Reference in New Issue
Block a user