|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/public_html/ | |
|
Path: /home2/outerorb/public_html/account.php
Size: 164 B
Permissions: 0666
<?php
// This page is not yet implemented — redirect visitors to the contact page.
header('HTTP/1.1 302 Found');
header('Location: /contact.php');
exit;