Added Customer Questions/answers
This commit is contained in:
parent
9d83ce9ad7
commit
fd807dee6d
@ -37,6 +37,7 @@ General Motors automotive plants check for paint defects at points along the ass
|
|||||||
<h2>Other Resources</h2>
|
<h2>Other Resources</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://cse.msu.edu/~cse435/Projects/F2017/Project-Description-Assignment.pdf">Project Specification</a></li>
|
<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.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 V1.docx">Software Reqirement Specs V1 DOCX</a></li>
|
||||||
<li><a href="./CSE 435 - SRS V2.pdf">Software Reqirement Specs V2 PDF</a></li>
|
<li><a href="./CSE 435 - SRS V2.pdf">Software Reqirement Specs V2 PDF</a></li>
|
||||||
|
@ -6,4 +6,5 @@
|
|||||||
|
|
||||||
session_start();
|
session_start();
|
||||||
define("LOGIN","login");//login session constant
|
define("LOGIN","login");//login session constant
|
||||||
define("ROOT", "/~joseph62/cse435/");
|
define("ROOT", ".");
|
||||||
|
//define("ROOT", "/~joseph62/cse435/");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user