Changeset 1192

Show
Ignore:
Timestamp:
01/17/06 22:36:51 (3 years ago)
Author:
mbonetti
Message:

save the generated file as 'dbinit.php'

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/install.php

    r1189 r1192  
    215215        // unable to open file for writing 
    216216            header('Content-type: application/x-httpd-php-source'); 
     217            header('Content-Disposition: attachment; filename="dbinit.php"'); 
    217218            echo($out); 
    218219            exit();