BlockLog/blocklog_options.php

18 lines
315 B
PHP
Executable file

<?php
/**
* Options au chargement du plugin Block Log
*
* @plugin Block Log
* @copyright 2019
* @author tofulm
* @licence GNU/GPL
* @package SPIP\Blocklog\Options
*/
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
if (! defined("_BLOCKLOG_ALGO")) {
define("_BLOCKLOG_ALGO", 'sha256');
}