Go to the documentation of this file.00001 <?php
00011 define('NYRONAME', 'nyroApp');
00012 if (array_key_exists('windir', $_SERVER) || (isset($_SERVER['SERVER_NAME']) && $_SERVER['SERVER_NAME'] == 'localhost')) {
00013 define('NYROROOT', 'D:\www\nyroFwk\nyro\\');
00014 define('DEV', true);
00015 } else {
00016 define('NYROROOT', '/home/nyrofwk/src/nyro/');
00017 }
00018
00019 require((defined('NYROROOT') ? NYROROOT : 'nyro/').'start.inc.php');