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