Dotclear

source: plugins/private/_define.php @ 1768

Revision 1768, 653 bytes checked in by Osku, 14 years ago (diff)

Private mode 1.1RC1 :

  • should fixe some tickets bugs (closes #140, #296)
Line 
1<?php
2# -- BEGIN LICENSE BLOCK ----------------------------------
3#
4# This file is part of Private mode, a plugin for Dotclear 2.
5#
6# Copyright (c) 2008-2009 Osku and contributors
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#
11# -- END LICENSE BLOCK ------------------------------------
12
13if (!defined('DC_RC_PATH')) { return; }
14
15$this->registerModule(
16     /* Name */          "Private mode",
17     /* Description*/    "Protect your blog with a password",
18     /* Author */        "Osku and contributors",
19     /* Version */       '1.1RC1',
20     /* Permissions */   'admin'
21);
22?>
Note: See TracBrowser for help on using the repository browser.

Sites map