CORE-POS/IS4C

View on GitHub
fannie/item/itemMaint.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
if (basename(__FILE__) != basename($_SERVER['PHP_SELF'])) {
    return;
}
/* compatibility w/ old links */
if (isset($_REQUEST['upc']))
    header('Location: ItemEditorPage.php?searchupc='.$_REQUEST['upc']);
else
    header('Location: ItemEditorPage.php');