Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for Metafox/index.php between version 1.3 and 1.4

version 1.3, 2006/07/09 09:26:05 version 1.4, 2006/09/04 15:46:01
Line 17 
Line 17 
  * http://platon.sk/projects/Metafox/   * http://platon.sk/projects/Metafox/
  */   */
   
 /* $Platon: Metafox/index.php,v 1.2 2005/08/13 23:06:13 nepto Exp $ */  /* $Platon: Metafox/index.php,v 1.3 2006-07-09 09:26:05 nepto Exp $ */
   
   ob_start();
   
 require_once 'subst.inc.php';  require_once 'subst.inc.php';
   
Line 29  require_once 'subst.inc.php';
Line 31  require_once 'subst.inc.php';
  * Write out HTML code   * Write out HTML code
  */   */
   
   
 if (1) {  if (1) {
         eval($ezin_tmpl_main->getCode());          eval($ezin_tmpl_main->getCode());
         // Note, that this cannot be used!          // Note, that this cannot be used!
Line 39  if (1) {
Line 42  if (1) {
         echo '</pre>';          echo '</pre>';
 }  }
   
   ob_end_flush();
   flush();
   
 /*  /*
  * Write access into web log   * Write access into web log
  * phpWebLogAnalyzer -- http://platon.sk/projects/phpWebLogAnalyzer/   * phpWebLogAnalyzer -- http://platon.sk/projects/phpWebLogAnalyzer/

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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