tweakStores/_prepend.php
2021-09-28 00:46:41 +02:00

18 lines
No EOL
393 B
PHP

<?php
/**
* @brief tweakStores, 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;
}
$__autoload['tweakStores'] = dirname(__FILE__) . '/inc/class.tweakstores.php';