1<?php
2/**
3 * DokuWiki Plugin pwaoffline (Helper Component)
4 *
5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author  Michael Große <mic.grosse@googlemail.com>
7 */
8
9// must be run within Dokuwiki
10if (!defined('DOKU_INC')) {
11    die();
12}
13
14class helper_plugin_pwaoffline extends DokuWiki_Plugin
15{
16
17}
18
19