Revision 866,
618 bytes
checked in by Osku, 15 years ago
(diff) |
Private mode 0.7 Release Candidate: Logout and l10n fixes
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # This file is part of Private mode, a plugin for Dotclear. |
---|
4 | # |
---|
5 | # Copyright (c) 2008, 2009 Osku |
---|
6 | # |
---|
7 | # Licensed under the GPL version 2.0 license. |
---|
8 | # A copy of this license is available in LICENSE file or at |
---|
9 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
10 | # -- END LICENSE BLOCK ------------------------------------ |
---|
11 | |
---|
12 | if (!defined('DC_RC_PATH')) { return; } |
---|
13 | |
---|
14 | $this->registerModule( |
---|
15 | /* Name */ "Private mode", |
---|
16 | /* Description*/ "Protect your blog with a password", |
---|
17 | /* Author */ "Osku", |
---|
18 | /* Version */ '0.7-rc1', |
---|
19 | /* Permissions */ 'admin' |
---|
20 | ); |
---|
21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.