Преглед на файлове

counter bug that gave me a heart attack

lolcat преди 2 години
родител
ревизия
7e893a15c1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/backend.php

+ 1 - 1
lib/backend.php

@@ -4,7 +4,6 @@ class backend{
 	public function __construct($scraper){
 		
 		$this->scraper = $scraper;
-		$this->requestid = apcu_inc("real_requests");
 	}
 	
 	/*
@@ -12,6 +11,7 @@ class backend{
 	*/
 	public function get_ip(){
 		
+		$this->requestid = apcu_inc("real_requests");
 		$pool = constant("config::PROXY_" . strtoupper($this->scraper));
 		if($pool === false){