source:
trunk/gzip_loader.php
@
15201
| Revision 15201, 317 bytes checked in by Alexander Trofimov, 12 months ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * @package Dolphin Core |
| 4 | * @copyright Copyright (c) BoonEx Pty Limited - http://www.boonex.com/ |
| 5 | * @license CC-BY - http://creativecommons.org/licenses/by/3.0/ |
| 6 | */ |
| 7 | |
| 8 | require_once('./inc/header.inc.php'); |
| 9 | |
| 10 | bx_import('BxDolGzip'); |
| 11 | |
| 12 | $sFile = bx_process_input($_GET['file']); |
| 13 | BxDolGzip::load($sFile); |
Note: See TracBrowser
for help on using the repository browser.