Buka file common/user.php
Cari code ini
PHP Code:
function user_ensure_authenticated() {
if (!user_is_authenticated()) {
$content = theme('login');
$content .= file_get_contents('about.html');
theme('page', 'Login', $content);
}
}
Cukup hilangkan aja kode
PHP Code:
$content .= file_get_contents('about.html');
Simpan -> dan upload lagi ke Hosting Kalian