hnschat-web/etc/includes.php
2024-04-16 22:26:30 +00:00

5 lines
77 B
PHP

<?php
include "config.php";
include "sql.php";
include "functions.php";
?>