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