HomeHelpTrac

source: trunk/gzip_loader.php @ 15201

Revision 15201, 317 bytes checked in by Alexander Trofimov, 12 months ago (diff)

Dolphin 8 initial commit

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
8require_once('./inc/header.inc.php');
9
10bx_import('BxDolGzip');
11
12$sFile = bx_process_input($_GET['file']);
13BxDolGzip::load($sFile);
Note: See TracBrowser for help on using the repository browser.