Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1.     <?php
  2.     require_once('function.php');
  3.     require_once('config.php');
  4.     include ("newfunc.php");
  5.      
  6.     $flie_req=$_GET['go'];
  7.     $cachefile = "cache/$flie_req.html";
  8.     $mtime = time() - @filemtime($cachefile);
  9.     if($mtime > $time_cache || !file_exists($cachefile)) {
  10.     ob_start(); // start the output buffer
  11.     ?>
Add Comment
Please, Sign In to add comment