コード例 #1
0
ファイル: destroy.php プロジェクト: hunter2814/reason_package
<?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
ファイル: receive.php プロジェクト: hunter2814/reason_package
<?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');