You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
236 B

<?php
include './functions.php';
5 years ago
session_start();
5 years ago
db__pushData(db__connect(),"error",array("code"=>404,"time"=>time(),"fp"=>$_SESSION['s_fp'],"from"=>$_SERVER['HTTP_REFERER']));
5 years ago
echo file_get_contents("./etc/lovely-404/404.html");