- <?
- /**
- * The Define resource file.
- * Defines the Show Source system constants for the myPHP System
- * This file must be included before all other includes.
- *
- * @package showsource
- * @filesource
- * @see HTML_SHOW_SOURCE_RESOURCE_PATH/Define.php
- * @copyright (c) http://Finn-Rasmussen.com
- * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
- * @author http://Finn-Rasmussen.com
- * @version 1.9
- * @since 21-oct-2005
- */
-
- /**
- * @global REQUEST_SHOW_SOURCE_CODE The Request Show Source Code Parameter
- */
- define('REQUEST_SHOW_SOURCE_CODE' , 'showsourceCODE');
-
- /**
- * @global REQUEST_SHOW_SOURCE_PATH Request parameters for Path
- */
- define('REQUEST_SHOW_SOURCE_PATH', 'showsourceCODE_PATH');
-
- /**
- * @global REQUEST_SHOW_SOURCE_FILE Request parameters for the File
- */
- define('REQUEST_SHOW_SOURCE_FILE', 'showsourceCODE_FILE');
-
- if (!defined('CSS_BUTTON')) {
- define('CSS_BUTTON','cssButton');
- }
- if (!defined('CSS_CANVAS')) {
- define('CSS_CANVAS','cssCanvas');
- }
- ?>