[go: up one dir, main page]

Menu

[r19]: / abxn.php  Maximize  Restore  History

Download this file

21 lines (16 with data), 587 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/*
$Id: abxn.php,v 1.4 2008/02/27 15:38:09 auctionblox Exp $
AuctionBlox, sell more, work less!
http://www.auctionblox.com
Copyright (c) 2004 AuctionBlox
Released under the GNU General Public License
*/
// Set the local configuration parameters - mainly for developers
if (file_exists('includes/local/configure.php') === true)
require_once('includes/local/configure.php');
// include server parameters
require_once('includes/configure.php');
if(!isset($_GET['abx'])) $_GET['abx'] = 'abxn';
require_once('includes/modules/auctionblox/catalog.php');
?>