Ver código fonte

Changed Cache Timer back to 10 Minutes

oNdsen 9 anos atrás
pai
commit
87912238c2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      includes/functions.php

+ 1 - 1
includes/functions.php

@@ -710,7 +710,7 @@ function paginationPages($pageResults, $currentPage, $perPage, $pageUri, $pagesS
 function checkDisplayPublicIP($display_public_ip,$internal_ip){
 
 	// Set Cache Timer in Seconds
-	$cache_timer = 15;
+	$cache_timer = 600;
 	
 	// Exit Function when External IP is Internal IP
 	if($display_public_ip==$internal_ip){