9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
ini_set('display_errors', 1);
|
|
error_reporting(E_ALL);
|
|
|
|
include 'navbar.php';
|
|
|
|
echo "test123";
|
|
|
|
include 'footer.php'; |