示例#1
0
<?php

/**
 * Stub for the "background upload" destroy script.
 * No additional code should be placed in this file.
 *
 * @package reason
 * @subpackage scripts
 */
include_once 'reason_header.php';
reason_require('scripts/upload/destroy.php');
示例#2
0
<?php

/**
 * Stub for the "background upload" script.
 * No additional code should be placed in this file.
 *
 * @package reason
 * @subpackage scripts
 */
include_once 'reason_header.php';
reason_require('scripts/upload/receive.php');