Moved classic code to classic branch

This commit is contained in:
Finn
2025-12-11 11:09:04 +01:00
parent fd0c062aed
commit 7c02af118a
30 changed files with 1604 additions and 305 deletions

17
frontend/config.php Normal file
View File

@@ -0,0 +1,17 @@
<!--
Copyright (C) 2024 Open Autonomous Connection - All Rights Reserved
You are unauthorized to remove this copyright.
You have to give Credits to the Author in your project and link this GitHub site: https://github.com/Open-Autonomous-Connection
See LICENSE-File if exists
-->
<?php
$DATABASE_HOST = "127.0.0.1";
$DATABASE_PORT = 3306;
$DATABASE_USER = "my_user";
$DATABASE_PASSWORD = "my_pass";
$DATABASE_NAME = "my_db";
?>