tags:

views:

9

answers:

0

I am adding some pages to zen cart admin and I need to update order records from an external process. when i call the page externally it returns a redirect to the login page. how can i pass the auth data to the page so that it doesn't redirect?

ex: www.domain.com/admin/do_update.php?admin_name=auser&admin_pass=apass

my preference is to to utilize application_top.php so that i need not write my own db and config code.