9 lines
80 B
PHP
9 lines
80 B
PHP
<?php
|
|
|
|
// File: error.php
|
|
|
|
$filetitle = "error.php";
|
|
include('result.php');
|
|
|
|
?>
|