What steps will reproduce the problem?
1. $gt = new Gtranslate;
2. $gt->setRequestType("curl");
3. when running PHP Notice: Undefined index: HTTP_REFERER in
/home/happyman/projects/happyman-tools/cli/convert-srt/GTranslate.php on
line 207
What is the expected output? What do you see instead?
can workaround by
$_SERVER['HTTP_REFERER'] = "";
What version of the product are you using? On what operating system?
0.7.3
Original issue reported on code.google.com by happyman.eric on 4 Nov 2009 at 9:04
Original issue reported on code.google.com by
happyman.eric
on 4 Nov 2009 at 9:04