Thread: H-Tracker v2
View Single Post
  #28  
Old 19th April 2009, 10:55
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
Quote:
Originally Posted by raefor View Post
thanks but still get it
open your backend/functions.php
find
Code:
require("ctracker.php");
replace with:
Code:
if ($site_config['CTRACKER']){
require("ctracker.php");
}
Reply With Quote