5 lines
83 B
PHP
5 lines
83 B
PHP
|
<?php
|
||
|
// Deprecated. Use registration.php.
|
||
|
require_once('./registration.php');
|
||
|
?>
|