|
[D] [WOL] Incorrect reading of parameters
|
|
10-03-2008, 10:58 AM
Post: #1
|
|||
|
|||
|
[D] [WOL] Incorrect reading of parameters
I found another bug in the WOL:
The location, which is stored in the database, has this form: page.php?param1=this&param2=that But in functions_online.php on line 37 you find: PHP Code: $temp = explode("&", my_substr($split_loc[1], 1)); Solution: Just change the given line to: PHP Code: $temp = explode("&", my_substr($split_loc[1], 1)); |
|||
|
10-03-2008, 01:19 PM
Post: #2
|
|||
|
|||
|
RE: [D] [WOL] Incorrect reading of parameters
That was the fix for this: http://community.mybboard.net/thread-38085.html
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help


