v1 release

This commit is contained in:
2025-03-31 16:37:40 +00:00
parent 41dcd937cd
commit 391f057824
4 changed files with 13 additions and 92 deletions

View File

@@ -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;