View file notfound.php

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