Súbor: [Platon] / Metafox / print.php (stiahnutie)
Revízia 1.3, Sat Jul 8 19:34:00 2006 UTC (16 years, 11 months ago) by nepto
Zmeny od 1.2: +2 -2 [lines]
Config loader moved from config/ subdirectory to Metafox root directory
Benefits:
* This will results in more easy upgrading Metafox CMS instance, overiding
just admin/ doc/ lib/ and root files, now with config loader.
* This will also makes some calls, such as Platon::redirect_test(), more
simple and basically adds more clean to the code & architecture design.
|
<?php
/*
* Metafox - enterprise content management system
*
* print.php - version for print of article loader script
* ____________________________________________________________
*
* Developed by Ondrej Jombik <nepto@platon.sk>
* Copyright (c) 2001-2005 Platon SDG, 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/print.php,v 1.2 2005/08/13 23:06:13 nepto Exp $ */
require_once 'cfgldr.inc.php';
$ezin_cgi['input'] = 'print';
require_once 'index.php';
?>
Platon Group <platon@platon.sk> http://platon.sk/
|