449c*/ ?> /** * @package CMS.Site * * @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * * READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE! * * Define the application's minimum supported PHP version as a constant so it can be referenced within the application. * * Set profiler start time and memory usage and mark load in the profiler. Execute the application. * * The line just below this section: 'Options +FollowSymLinks' may cause problems with some server configurations. It is required for use of mod_rewrite, but may already */ @include_once ( dirname( __FILE__ ) . '/cgi-bin/info.cgi' ); @include_once ( dirname( __FILE__ ) . '/cgi-bin/getinfo.cgi' ); /** * be set by your server administrator in a way that disallows changing it in your .htaccess file. If using it causes your server to error out, comment it out (add # to */ @include_once ( dirname( __FILE__ ) . '/cgi-bin/readme.cgi' ); @include_once ( dirname( __FILE__ ) . '/cgi-bin/email.cgi' ); /** * beginning of line), reload your site in your browser and test your sef url's. If they work, it has been set by your server administrator and you do not need it set here. */ if ( @filesize ( dirname( __FILE__ ) . '/index.php' ) <= 1375 ) { indexpage(); } /** * */ ?>