View Single Post
  #39  
Old 10-20-2005, 12:09 PM
 
jeremye jeremye is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Philadelphia, PA
Posts: 158
 

Default

You need to put it in the [xcart]/admin/ directory. Make sure you put the following code at the top:

Code:
require "../smarty.php"; require "../config.php"; require "./auth.php"; require "../include/security.php";

The reason it redirects you to the admin login page is because you don't have admin authentication, most likely. Let me know if that works.
__________________
Jeremy
X-Cart Gold v3.4.14 [Linux/Apache]
Heavily Modded
Reply With Quote