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

File: [Platon] / Metafox / index.php (download)

Revision 1.5, Mon Nov 12 16:12:55 2007 UTC (16 years, 4 months ago) by nepto


Changes since 1.4: +2 -2 lines

Updated copyright year (from 2006 to 2008)

<?php

/*
 * Metafox - enterprise content management system
 *
 * index.php - main script file
 * ____________________________________________________________
 *
 * Developed by Ondrej Jombik <nepto@platon.sk>
 * Copyright (c) 2001-2008 Platon Group, http://platon.sk/
 * All rights reserved.
 *
 * See README file for more information about this software.
 * See COPYING file for license information.
 *
 * Download the latest version from
 * http://platon.sk/projects/Metafox/
 */

/* $Platon: Metafox/index.php,v 1.4 2006-09-04 15:46:01 nepto Exp $ */

ob_start();

require_once 'subst.inc.php';

/*
 * End of output buffering
 */

/*
 * Write out HTML code
 */


if (1) {
    eval($ezin_tmpl_main->getCode());
    // Note, that this cannot be used!
    // $ezin_tmpl_main->Output();
} else {
    echo '<pre>';
    echo htmlspecialchars($ezin_tmpl_main->getCode());
    echo '</pre>';
}

ob_end_flush();
flush();

/*
 * Write access into web log 
 * phpWebLogAnalyzer -- http://platon.sk/projects/phpWebLogAnalyzer/
 */

if ($ezin_weblog != false) {
    ezin_register_access();
}

/* 
 * Closing database connection
 */

ezin_close_db_connection();

?>

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