Parcourir la source

Return text/plain (not text/javascript)

Alois Mahdal il y a 11 ans
Parent
révision
8aec1eadcd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      cgi-bin/htlog/htlog.cgi

+ 1
- 1
cgi-bin/htlog/htlog.cgi Voir le fichier

48
 print $fh $message;
48
 print $fh $message;
49
 
49
 
50
 print $q->header(
50
 print $q->header(
51
-    -type               => 'text/javascript',
51
+    -type               => 'text/plain',
52
     -expires            => 'now',
52
     -expires            => 'now',
53
 );
53
 );
54
 
54