6 lines
201 B
PHP
Raw Normal View History

2024-08-06 18:06:00 +05:45
<?php
// Heading
$_['heading_title'] = 'Page Not Found!';
// Text
$_['text_not_found'] = 'The page you are looking for could not be found! Please contact your administrator if the problem persists.';