diff options
Diffstat (limited to 'include/404.php')
-rw-r--r-- | include/404.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/404.php b/include/404.php index dc0cff0..9ac783f 100644 --- a/include/404.php +++ b/include/404.php @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -require_once('./index.php'); +require_once(__DIR__ . '/../index.php'); require('./header.php'); ?> |