Posted by S U P K E on 05/15/06 23:31
In a phpnuke (7.7) site i have this ip_tracking module
In includes/javascript.php i added
if ($module == 1 AND file_exists("modules/$name/iptracking.php")) {
echo "<meta http-equiv=\"refresh\" content=\"30\">\n";
}
for this module.
Wouldn't it be great if i could switch this auto reload/refresh option
on/off for this ip_tracking module only?
Does anybody know how to do this?
[Back to original message]
|