RCATT Home > Research in the News > Article
/****************************************************
Software Downloads Config File
Name: config.php
Purpose: Defines application path, aquires required
global functions, modules and/or classes,
establishes connection to MySQL server
and defines application global variables
Created by: Rod Cody -- Date Created: 12/13/01
Last Modified By: Micky Klocow -- Last Modified: 1/4/2002
********************************************************/
/***** Include global path and includes function file - DO NOT CHANGE *****/
include ("/web/ndsu/wwwdev_web/php_lib/php_inc.php");
/***** APP_PATH - Path to the application, include ending slash *****/
define("APP_PATH","http://www.ndsu.edu/research/research_new/");
/***** APP_PATH - Abosulte Path to the application, exclude ending slash *****/
//define("APP_AB_PATH","/web/ndsu/");
define("APP_AB_PATH","/web/ndsu/research/research_new");
/***** Define and acquire global functions, modules and/or classes *****/
// Define global functions, display.php,errors.php,db.php are included already as defaults
$inc_functions = array("kerdauth","sessions");
// Define global modules to include
$inc_modules = array(); // Global Module Files
// Define global classes to include
$inc_classes = array(); // Global Classes Files
// Call function to Include Files
if (count($inc_functions) > 0) inc_files(FUNCTION_PATH,$inc_functions); //Include global functions
if (count($inc_functions) > 0) inc_files(MODULE_PATH,$inc_modules); //Include global modules
if (count($inc_functions) > 0) inc_files(CLASSES_PATH,$inc_classes); //Include global classes
/**********************************************
Make DB Connection: Make to sure get a copy of
"/web/ndsu/wwwdev_web/php_lib/connect.new.php"
modify and encode. Save with app files.
*********************************************/
include("connect.php");
?>
If the layout of this web page appears plain, and you see few or no graphics, you are probably looking at it with a browser or device that does not fully support CSS.
While this site looks more appealing through CSS-compliant browsers, it content is the same for any web browser