Changeset 12111


Ignore:
Timestamp:
2007/04/04 23:48:45 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/security/security.php

    r12110 r12111  
    2828    if(sfIsNormalInstallInc()) { 
    2929        if(copy($inst_inc, $hidden_inc)) { 
    30             $require = "<?php 
    31                             require_once($hidden_inc); 
    32                         ?>"; 
     30            $require = "<?php\n". 
     31                       "    require_once($hidden_inc);\n". 
     32                       "?>"; 
    3333            if($fp = fopen($inst_inc,"w")) { 
    3434                fwrite($fp, $require); 
Note: See TracChangeset for help on using the changeset viewer.