15 lines
396 B
PHP
Executable File
15 lines
396 B
PHP
Executable File
<?php
|
|
/**
|
|
* send_or_spend.php
|
|
*
|
|
* @package productTypes
|
|
* @copyright Copyright 2003-2006 Zen Cart Development Team
|
|
* @copyright Portions Copyright 2003 osCommerce
|
|
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
|
|
* @version $Id: send_or_spend.php 3086 2006-03-01 00:40:57Z drbyte $
|
|
*/
|
|
if (!defined('IS_ADMIN_FLAG')) {
|
|
die('Illegal Access');
|
|
}
|
|
|
|
?>
|