v1 release
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<?php
|
||||
|
||||
// Database connection details
|
||||
$host = 'sasaprod.pattinson.org'; // Replace with your database host (usually 'localhost')
|
||||
$username = 'ppruser'; // Replace with your database username
|
||||
$password = 'iJ8kN*5[g6P3jaqN'; // Replace with your database password
|
||||
$database = 'pprdevdb'; // Replace with your database name
|
||||
$host = 'sasaprod.pattinson.org';
|
||||
$username = 'ppruser';
|
||||
$password = 'iJ8kN*5[g6P3jaqN';
|
||||
$database = 'pprdevdb';
|
||||
$created_by = "Website (DEV)";
|
||||
|
||||
$mailHost = 'send.one.com'; // Your SMTP server
|
||||
$mailSMTPAuth = true;
|
||||
|
||||
Reference in New Issue
Block a user