ok, this might be a wierd question, i been looking for the get sid in wd2, but can't find it in code. Anyone know which file it's in?
sid in wapdesire v2
Collapse
X
-
seems like he assigned the GET to vars. Check where else he's referenced the vars variable. It shud be an array same as get e.g $vars['sid']Originally posted by pmbguy View Postok, I can't fine it there although I noticed:
in main.inc just after $align = line...PHP Code:$vars=$_GET;
Is this where it picks up the sid? if so, how to modify to have $sid as a separate variable
Comment
Comment