Quote:
Originally Posted by EvilHawk
As i permit to my members to see the visited member number I have allready include the link at the tempate in an if condition
Code:
<if condition="$show['wvt']">
<br /><div><strong><a href="online_today.php?$session[sessionurl]">$whodesc $totaltoday</a></strong></div></if>
the permissions check has been done allready by the product!
KirbyDE has a good point here!
What will happen if someone access direct the page !
Why do all the processing before checking the permissions ?
So i have updated the instructions! Thanx KirbyDe! 
|
But you are still doing checks at the end for the display if it shows or not. The queries are still being run for that before you check, right?