Changeset 117

Show
Ignore:
Timestamp:
2007-12-27 15:51:03 (1 year ago)
Author:
hannes
Message:

allowing HTTP access to includes/js/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install.php

    r115 r117  
    315315                            @copy('sessions/.htaccess', 'admin/classes/.htaccess'); 
    316316                            @copy('sessions/.htaccess', 'includes/.htaccess'); 
    317                             // sole exception 
     317                            // exception: allow 
    318318                            if ($file = @fopen('includes/styles/.htaccess', 'w')) { 
    319319                                // write settings 
     
    324324                                } 
    325325                            } 
     326                            @copy('includes/styles/.htaccess', 'includes/js/.htaccess'); 
    326327                        } else { 
    327328                            // other webservers...