|
[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
![]() My Blog - My Mods - My Site |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help




![[Image: ryangordon.png]](http://belloman.rctgo.net/stuff/signatures/ryangordon.png)
