httpPassword/_define.php

22 lines
668 B
PHP

<?php
# -- BEGIN LICENSE BLOCK ----------------------------------
# This file is part of httpPassword, a plugin for Dotclear.
#
# Copyright (c) 2007-2009 Frederic PLE
# dotclear@frederic.ple.name
#
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------
$this->registerModule(
/* Name */ "httpPassword",
/* Description*/ "Manage .htpasswd file to make the blog private",
/* Author */ "Frederic PLE <dotclear@frederic.ple.name>",
/* Version */ '0.5.10',
/* Permissions */ 'httpPassword'
);
?>