From 4251384588fd89899d1badc4bc76ab9a0b28195a Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 14 Sep 2016 18:38:12 +0000 Subject: [PATCH] solving problems with proxy and txinfo... --- index.php | 2 ++ txinfo.php | 2 ++ version.php | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 1ad901e..048a5b0 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,8 @@ $time = microtime(); $time = explode(' ', $time); $time = $time[1] + $time[0]; $start = $time; +header("Cache-Control: no-cache, must-revalidate"); +header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // do not touch this includes!!! Never ever!!! include "config/config.php"; diff --git a/txinfo.php b/txinfo.php index 6c63ef7..ca38556 100644 --- a/txinfo.php +++ b/txinfo.php @@ -1,4 +1,6 @@