|
reSIProcate/repro
9694
|
Go to the source code of this file.
Variables | |
| $result = checkCookies($forceLogin,$error,FALSE) | |
| if(!($result)||$forceLogin) | $username = $_COOKIE['user'] |
| $bounceURL = "/userhome.php?error=" | |
| if(!(isset($_POST['resourceId'])&&isset($_POST['aor'])&&(isset($_POST['edit'])||isset($_POST['delete'])))) if(empty($_POST['resourceId'])||empty($_POST['aor'])) | $resourceId = $_POST['resourceId'] |
| $aor = $_POST['aor'] | |
| $aor = $_POST['aor'] |
Definition at line 36 of file modifyresource.php.
| $bounceURL = "/userhome.php?error=" |
Definition at line 18 of file modifyresource.php.
| if (!(isset($_POST['resourceId'])&&isset($_POST['aor'])&&(isset($_POST['edit'])||isset($_POST['delete'])))) if (empty($_POST['resourceId'])||empty($_POST['aor'])) $resourceId = $_POST['resourceId'] |
Definition at line 35 of file modifyresource.php.
Definition at line 7 of file modifyresource.php.
Definition at line 16 of file modifyresource.php.
1.7.5.1