5 lines
99 B
PHP
5 lines
99 B
PHP
<?php
|
|
include_once '../../common.php';
|
|
if (!$is_member) {
|
|
goto_url(G5_BBS_URL . "/login.php");
|
|
}
|