More GRS cleanup
Moved some admin-type scripts to their own htaccess-protected directory and adjusted a couple of them to force a download of a file instead of returning text to the browser.
JPO asked for several hundred empty records so he could add new items he's been stockpiling. Because the current DB structure demands certain fields be filled before a record gets "seen" by the view (data_view), I wrote an admin script (insert.php) for producing an SQL file with inserts for the creation of "empty" records. Pass params via GET and it will force a download of a file called "insertGRSrecs.sql". The script needs the start point for the sequence (accessionID) and the number of new records you want. It currently does NO error checking to avoid duplicate accessionIDs.