hnschat-web/etc/includes.php

5 lines
77 B
PHP
Raw Normal View History

2024-04-17 08:26:30 +10:00
<?php
include "config.php";
include "sql.php";
include "functions.php";
?>