Initial commit

This commit is contained in:
2026-04-12 02:20:01 +02:00
commit 6c3e922080
8 changed files with 505 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# RFDB
The Radio Frequency Data Base.
## Quick start
Create a database named `rfdb`, then load the database template `rfdb.sql`
file into your database.
Rename the `config.php.example` file to `config.php`, then edit it according
to your database configuration.