blob: 9e376bc092889f1b231628ec7c17339674d284f4 [file] [log] [blame]
def main(req, res):
return ([
('Cache-Control', 'no-cache, must-revalidate'),
('Pragma', 'no-cache'),
('Content-Type', 'application/javascript')],
'%s = "%s";\n' % (req.GET['output'], req.GET['msg']))