Initial commit

This commit is contained in:
2026-02-14 19:47:21 +01:00
parent fd2d3cee8b
commit 6f043386db
447 changed files with 114470 additions and 1024 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
$mysql_server = "localhost:3310";
$mysql_user = "Logins";
$mysql_pass = "SPykMjT(CC.P_*b7";
$mysql_db = "Logins";
$mysql_solarUser = "solarLog";
$mysql_solarPass = "iZ6_ZVul0!vE2.qJ0QSc";
$mysql_solarDB = "solarLog";
?>