Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

Diff for phpMyEdit/phpMyEditSetup.php between version 1.29 and 1.30

version 1.29, 2003/05/14 17:04:35 version 1.30, 2003/08/18 20:12:43
Line 19 
Line 19 
  * http://www.platon.sk/projects/phpMyEdit/   * http://www.platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.28 2003/05/12 22:22:06 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.29 2003/05/14 17:04:35 nepto Exp $ */
   
 ?>  ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
Line 434  END;
Line 434  END;
 $css_directive  $css_directive
 </head>  </head>
 <body>  <body>
 END  END;
                         . "\n" . $buffer;                  $buffer .= "\n" . $buffer;
         } else if ($CSSstylesheet) {          } else if ($CSSstylesheet) {
                 $buffer = $css_directive . $buffer;                  $buffer = $css_directive . $buffer;
         }          }
         if ($HTMLissues) {          if ($HTMLissues) {
                 $buffer .= <<<END                  $buffer .= "</body>\n";
 </body>                  $buffer .= "</html>\n";
 </html>  
 END;  
         }          }
   
         // write the content include file          // write the content include file
         echo 'Trying to write content file to: <b>'.'./'.$contentFile.'</b><br>'."\n";          echo 'Trying to write content file to: <b>'.'./'.$contentFile.'</b><br>'."\n";
         $filehandle = @fopen('./'.$contentFile, 'w+');          $filehandle = @fopen('./'.$contentFile, 'w+');

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top