Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Jean-Christian Paul Denis | 258ef1815f |
|
@ -8,7 +8,7 @@
|
|||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Dotclear\Plugin\construction;
|
||||
|
||||
use Dotclear\App;
|
||||
use Dotclear\Core\Process;
|
||||
use Dotclear\Core\Backend\{
|
||||
Notices,
|
||||
|
|
Loading…
Reference in New Issue