Ticket #580: patch-tiki-install.php.diff

File patch-tiki-install.php.diff, 415 bytes (added by ari@…, 21 years ago)

additional patch for this port

  • tiki-install.php

    old new  
    1212  global $smarty;
    1313  $command = '';
    1414  $fp = fopen("db/$file","r");
    15   while($line = fgets($fp)) {
     15  while($line = fgets($fp,4096)) {
    1616    if(substr($line,0,1)!='#') {
    1717      $command.=$line;
    1818    }
     
    264264
    265265
    266266$smarty->display("tiki.tpl");
    267 ?>
    268  No newline at end of file
     267?>