mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
5 lines
79 B
PHP
5 lines
79 B
PHP
<?php
|
|
require 'head.php';
|
|
require 'header.php';
|
|
require 'data/database.php';
|
|
?>
|