Welcome Guest, Not a member yet? Register   Sign In
Is this right?
#1

[eluser]Unknown[/eluser]
Hi,

I have this on line # 361 from libraries/Auth.php
Code:
$token = ”;

I downloaded again and now I have this

Code:
$token = �;


Is that ok? If not, what is supposed to be there?

thanks
#2

[eluser]ulugbek[/eluser]
Hi!

Code:
$token = '';
#3

[eluser]Yorick Peterse[/eluser]
Perhaps it would make life a bit easier if you explained what authentication library you're talking about.
#4

[eluser]cryogenix[/eluser]
@threadstarter:

as ulugbek have pointed out, ” is different from ''. simply change yours (the ending-doublequote or the â€�) with two single quotes and your code (whatever it may be) should be fine.




Theme © iAndrew 2016 - Forum software by © MyBB