<?php
/**
* @brief dcLegacyEditor, a plugin for Dotclear 2
*
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!defined('DC_RC_PATH')) {
return;
}
$__autoload['dcLegacyEditorBehaviors'] = __DIR__ . '/inc/dc.legacy.editor.behaviors.php';
$__autoload['dcLegacyEditorRest'] = __DIR__ . '/_services.php';