keyload/data.php
2023-09-30 01:28:36 +02:00

7 lines
123 B
PHP

<?php
include "config.php";
include "create-table.php";
// TODO: functions that return data from databases
?>