mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-10-30 06:22:24 +00:00
5 lines
79 B
PHP
5 lines
79 B
PHP
<?php
|
|
require 'head.php';
|
|
require 'header.php';
|
|
require 'data/database.php';
|
|
?>
|