/***** Include global path and includes function file - DO NOT CHANGE *****/
//include ("/web/ndsu/wwwdev_web/php_lib/php_inc.php");
include ("../php_inc.php");
/***** APP_PATH - Path to the application, include ending slash *****/
//define("APP_PATH","http://www.ndsu.edu/vprcatt/fedgov/webforms/progress_report/");
define("APP_PATH","http://www.ndsu.edu/research/fedgov/webforms/progress_report/");
/***** APP_PATH - Abosulte Path to the application, exclude ending slash *****/
//define("APP_AB_PATH","/web/ndsu/vprcatt/fedgov/webforms/progress_report");
define("APP_AB_PATH","/web/ndsu/research/fedgov/webforms/progress_report");
/***** 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");
/***** Define Application Global Variables *****/
define("TABLE_BG", "ffffff");
define("IID",$iid);
define("WORD",$word);
define("SID_EXPIRE",6000);
define("RECORDS",$records);
define ("custmesg",$custmesg);
$custmesg = "Your Information ID (IID) is the text to the left of the @ in your ndsu.edu email address.The IID has a firstname.lastname format.
If you don't know your IID or password, please contact the NDSU helpdesk, IACC 228, 231-8685. help.desk@ndsu.edu";
/***** Define Application Include Files *****/
include ("../application_functions.php");
include ("fgr_projects.php");
include ("progress_update.php");
include ("confirmation.php");
?>
FGR Progress Report