enhancePostContent/_init.php

21 lines
388 B
PHP
Raw Normal View History

2022-11-30 23:42:12 +00:00
<?php
/**
* @brief enhancePostContent, a plugin for Dotclear 2
*
* @package Dotclear
* @subpackage Plugin
*
* @author Jean-Christian Denis and Contributors
*
* @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
if (!defined('DC_RC_PATH')) {
return null;
}
class initEnhancePostContent
{
2022-12-12 22:09:12 +00:00
public const TABLE_NAME = 'epc';
2022-11-30 23:42:12 +00:00
}