AccountHub/home.php

6 lines
74 B
PHP
Raw Normal View History

<?php
require_once __DIR__ . "/required.php";
dieifnotloggedin();
?>
Home