Added Customer Questions/answers

This commit is contained in:
James Murray 2017-12-03 23:04:52 -05:00
parent 9d83ce9ad7
commit fd807dee6d
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@ General Motors automotive plants check for paint defects at points along the ass
<h2>Other Resources</h2>
<ul>
<li><a href="https://cse.msu.edu/~cse435/Projects/F2017/Project-Description-Assignment.pdf">Project Specification</a></li>
<li><a href="http://www.cse.msu.edu/~cse435/Projects/F2017/IntermediateAssignments/Questions%20and%20Answers.pdf">Customer Questions and Answers</a></li>
<li><a href="./CSE 435 - SRS V1.pdf">Software Reqirement Specs V1 PDF</a></li>
<li><a href="./CSE 435 - SRS V1.docx">Software Reqirement Specs V1 DOCX</a></li>
<li><a href="./CSE 435 - SRS V2.pdf">Software Reqirement Specs V2 PDF</a></li>

View File

@ -6,4 +6,5 @@
session_start();
define("LOGIN","login");//login session constant
define("ROOT", "/~joseph62/cse435/");
define("ROOT", ".");
//define("ROOT", "/~joseph62/cse435/");