Thread: H-Tracker v2
View Single Post
  #110  
Old 31st July 2009, 18:00
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
Quote:
Originally Posted by sacco View Post
up please
open your backend/functions.php
find
PHP Code:
require("ctracker.php"); 
replace with:
PHP Code:
if ($site_config['CTRACKER']){
require(
"ctracker.php");

Reply With Quote
The Following User Says Thank You to raefor For This Useful Post:
sacco (1st August 2009)