Changeset 42384 for trunk/ippMonitor/raw/SelectProject.php
- Timestamp:
- Feb 8, 2023, 12:00:36 PM (3 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
raw/SelectProject.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/ippMonitor (added) merged: 42199-42202,42210,42360
- Property svn:mergeinfo changed
-
trunk/ippMonitor/raw/SelectProject.php
r9439 r42384 3 3 include 'ipp.php'; 4 4 5 if (($_SERVER[ REQUEST_METHOD] != 'POST') && ($_SERVER[REQUEST_METHOD] != 'GET')) {5 if (($_SERVER['REQUEST_METHOD'] != 'POST') && ($_SERVER['REQUEST_METHOD'] != 'GET')) { 6 6 menu ('ipp.menu.dat', 'Select Project', 'ipp.css', '', ''); 7 7 echo "Invalid Client Request<br>\n"; … … 12 12 $ID = checkID (); 13 13 14 if ($_SERVER[ REQUEST_METHOD] == 'GET') {14 if ($_SERVER['REQUEST_METHOD'] == 'GET') { 15 15 projectform ($ID); 16 16 } 17 17 18 if ($_SERVER[ REQUEST_METHOD] == 'POST') {18 if ($_SERVER['REQUEST_METHOD'] == 'POST') { 19 19 20 20 if (key_exists (project, $_POST)) { 21 $myProj = $_POST[ proj];21 $myProj = $_POST['proj']; 22 22 $ID['proj'] = $myProj; 23 23 // validate the existence of the project
Note:
See TracChangeset
for help on using the changeset viewer.
