Fix up vendorview.php to use _REQUEST.
This commit is contained in:
@@ -10,6 +10,8 @@ require(BASE."include/"."comments.php");
|
|||||||
|
|
||||||
global $apidb_root;
|
global $apidb_root;
|
||||||
|
|
||||||
|
$vendorId = $_REQUEST['vendorId'];
|
||||||
|
|
||||||
//exit with error if no vendor
|
//exit with error if no vendor
|
||||||
if(!$vendorId) {
|
if(!$vendorId) {
|
||||||
errorpage("No vendor ID specified!");
|
errorpage("No vendor ID specified!");
|
||||||
|
|||||||
Reference in New Issue
Block a user