Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Štvrtok, 28. marec 2024

Rozdiely pre Metafox/index.php medzi verziami 1.3 a 1.7

verzia 1.3, 2006/07/09 09:26:05 verzia 1.7, 2018/03/25 00:08:49
Riadok 1 
Riadok 1 
 <?php  <?php
   
 /*  /*
  * Metafox - enterprise content management system   * Metafox - flexible content management system
  *   *
  * index.php - main script file   * index.php - main script file
  * ____________________________________________________________   * ____________________________________________________________
  *   *
  * Developed by Ondrej Jombik <nepto@platon.sk>   * Developed by Ondrej Jombik <nepto@platon.sk>
  * Copyright (c) 2001-2006 Platon Group, http://platon.sk/   * Copyright (c) 2001-2008 Platon Group, http://platon.sk/
  * All rights reserved.   * All rights reserved.
  *   *
  * See README file for more information about this software.   * See README file for more information about this software.
Riadok 17 
Riadok 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.6 2012-09-28 18:49:48 nepto Exp $ */
   
   ob_start();
   
 require_once 'subst.inc.php';  require_once 'subst.inc.php';
   
Riadok 29  require_once 'subst.inc.php';
Riadok 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!
         // $ezin_tmpl_main->Output();          // $ezin_tmpl_main->Output();
 } else {  } else {
         echo '<pre>';          echo '<pre>';
         echo htmlspecialchars($ezin_tmpl_main->getCode());          echo Platon::htmlspecialchars($ezin_tmpl_main->getCode());
         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:
Odstranené z verzie1.3  
zmenené riadky
  Pridané vo verzii1.7

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok