solving problems with proxy and txinfo...

This commit is contained in:
dg9vh 2016-09-14 18:38:12 +00:00
parent 1098320ea1
commit 4251384588
3 changed files with 5 additions and 1 deletions

View file

@ -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";

View file

@ -1,4 +1,6 @@
<?php
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
include "config/config.php";
include "include/tools.php";
include "include/functions.php";

View file

@ -1,3 +1,3 @@
<?php
define("VERSION", "20160914-1");
define("VERSION", "20160914-2");
?>