On Fri, 6 Aug 2010 04:56:23 +0200 (CEST)
"Imposit.com - webmaster" wrote:
> When i try to retrain - i work but i switch back to main page
>
> its line 228 in dspam.cgi
>
>
> $MYURL =
> qq!$CONFIG{'ME'}?user=$FORM{'user'}&template=$FORM{'template'}&language=$LANGUAGE!;
>
>
> it should be
> $
When i try to retrain - i work but i switch back to main page
its line 228 in dspam.cgi
$MYURL =
qq!$CONFIG{'ME'}?user=$FORM{'user'}&template=$FORM{'template'}&language=$LANGUAGE!;
it should be
$MYURL =
qq!$CONFIG{'ME'}?user=$FORM{'user'}&template=$FORM{'template'}&language=$LANGUAGE!;
---