Please, consider to change in /src/options.php the line
if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_POST)) {
^^^
for
if (!sqgetGlobalVar('smtoken',$submitted_token,
On Fri, Sep 11, 2009 at 11:47 AM, Fernando Gozalo wrote:
> El 11/09/09 19:51, Paul Lesniewski escribió:
>> On Fri, Sep 11, 2009 at 1:35 AM, Fernando Gozalo wrote:
>>> Hello:
>>>
>>> Please, consider to change in /src/options.php the line
>>>
>>> if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_
El 11/09/09 19:51, Paul Lesniewski escribió:
> On Fri, Sep 11, 2009 at 1:35 AM, Fernando Gozalo wrote:
>> Hello:
>>
>> Please, consider to change in /src/options.php the line
>>
>> if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_POST)) {
>> ^
On Fri, Sep 11, 2009 at 1:35 AM, Fernando Gozalo wrote:
> Hello:
>
> Please, consider to change in /src/options.php the line
>
> if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_POST)) {
> ^^^
> for
>
> if (!sqgetGlobalVar('smtoken',$submitted_
Hello:
Please, consider to change in /src/options.php the line
if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_POST)) {
^^^
for
if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_FORM)) {
^^^