9 lines
127 B
PHP
9 lines
127 B
PHP
<?php
|
|
ini_set('display_errors', 1);
|
|
error_reporting(E_ALL);
|
|
?>
|
|
|
|
<?php include 'header.php'; ?>
|
|
|
|
|
|
<?php include 'footer.php'; ?>
|