* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License * @link http://rudloff.pro * */ if (!defined('DC_RC_PATH')) { return; } Clearbricks::lib()->autoload(['CleanURLs' => __DIR__ . '/inc/class.cleanurls.php']); dcCore::app()->addBehavior('coreBeforePostCreate', ['CleanURLs', 'clean']);