main
Jean-Christian Paul Denis 2023-10-15 22:03:10 +02:00
parent 55fc1c543b
commit 258ef1815f
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
## ABOUT ## ABOUT
_dcLog_ is a plugin for the open-source web publishing software called [Dotclear](https://www.dotclear.org). _construction_ is a plugin for the open-source web publishing software called [Dotclear](https://www.dotclear.org).
> Put your blog on construction mode with a custom message on frontend. Blog can be accessible to defined IP addresses. > Put your blog on construction mode with a custom message on frontend. Blog can be accessible to defined IP addresses.

View File

@ -4,6 +4,7 @@ declare(strict_types=1);
namespace Dotclear\Plugin\construction; namespace Dotclear\Plugin\construction;
use Dotclear\App;
use Dotclear\Core\Process; use Dotclear\Core\Process;
use Dotclear\Core\Backend\{ use Dotclear\Core\Backend\{
Notices, Notices,