Show
Ignore:
Timestamp:
03/02/07 03:02:11 (2 years ago)
Author:
jm3
Message:
  • preliminary AIM bot
  • JSON export
  • HTML export
  • reloadable perl modules
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/export/stevedore.php

    r1352 r1354  
    1414 
    1515        header( "Content-type: " . get_mime_type( $format )); 
    16         header( "Content-Disposition: attachment; filename='$u" . (($select == "private" || $select == "public") ? "-$select-" : "-") . "links" . get_extension( $format ) . "'" ); 
     16        header( "Content-Disposition: attachment; filename=$u" . (($select == "private" || $select == "public") ? "-$select-" : "-") . "links" . get_extension( $format ) ); 
    1717 
    1818        if( $op == "export" ) {