summaryrefslogtreecommitdiff
path: root/upload_slot_inc.php
blob: 1df25f15c597a9c48571955b7050932bb1261f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * @version $Header: /cvsroot/bitweaver/_bit_kernel/upload_slot_inc.php,v 1.2 2007/11/18 12:00:19 lsces Exp $
 * @package kernel
 * @subpackage functions
 */

/**
 * required setup
 */
require_once( '../bit_setup_inc.php' );

if( isset( $_REQUEST['upload_id'] ) && $gBitThemes->isAjaxRequest() ) {
	echo $gBitSmarty->fetch( 'bitpackage:kernel/upload_slot_inc.tpl' );
}
?>