keyload/data.php

7 lines
123 B
PHP
Raw Normal View History

2023-09-30 01:28:36 +02:00
<?php
include "config.php";
include "create-table.php";
// TODO: functions that return data from databases
?>