solving problems with proxy and txinfo...
This commit is contained in:
parent
1098320ea1
commit
4251384588
3 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,8 @@ $time = microtime();
|
||||||
$time = explode(' ', $time);
|
$time = explode(' ', $time);
|
||||||
$time = $time[1] + $time[0];
|
$time = $time[1] + $time[0];
|
||||||
$start = $time;
|
$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!!!
|
// do not touch this includes!!! Never ever!!!
|
||||||
include "config/config.php";
|
include "config/config.php";
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
header("Cache-Control: no-cache, must-revalidate");
|
||||||
|
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
|
||||||
include "config/config.php";
|
include "config/config.php";
|
||||||
include "include/tools.php";
|
include "include/tools.php";
|
||||||
include "include/functions.php";
|
include "include/functions.php";
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
define("VERSION", "20160914-1");
|
define("VERSION", "20160914-2");
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue