View file notfound.php
<?php
session_start();
include('inc/init.php');
$_SESSION['notfound'] = 'Halaman tidak ditemukan';
header('location:' . get_setting('blogurl'));
?>
<?php
session_start();
include('inc/init.php');
$_SESSION['notfound'] = 'Halaman tidak ditemukan';
header('location:' . get_setting('blogurl'));
?>