11 lines
No EOL
160 B
PHP
Executable file
11 lines
No EOL
160 B
PHP
Executable file
<?php
|
|
require_once 'site-header.php';
|
|
|
|
$get_error = safetag($_GET['err']);
|
|
?>
|
|
|
|
<section id="errors">
|
|
asd
|
|
</section>
|
|
|
|
<?php require_once 'site-footer.php'; ?>
|