5 lines
41 B
PHP
5 lines
41 B
PHP
<?php
|
|
|
|
header("Location: public");
|
|
exit;
|
<?php
|
|
|
|
header("Location: public");
|
|
exit;
|