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';
session_start();
db__pushData(db__connect(),"error",array("code"=>404,"time"=>time(),"fp"=>$_SESSION['s_fp'],"from"=>$_SERVER['HTTP_REFERER']));
echo file_get_contents("./etc/lovely-404/404.html");