PHP Classes

File: htdocs/class/xoopseditor/tinymce5/include/xoopsemotions.php

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/class/xoopseditor/tinymce5/include/xoopsemotions.php   Download  
File: htdocs/class/xoopseditor/tinymce5/include/xoopsemotions.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 578 bytes
 

Contents

Class file image Download
<?php
/**
 * TinyMCE adapter for XOOPS
 *
 * @copyright (c) 2000-2025 XOOPS Project (https://xoops.org)
 * @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
 * @package class
 * @subpackage editor
 * @since 2.3.0
 * @author Laurent JEN <dugris@frxoops.org>
 */

if (!defined('XOOPS_ROOT_PATH')) {
    throw new \
RuntimeException('XOOPS root path not defined');
}

include_once
XOOPS_ROOT_PATH . '/modules/system/constants.php';
// Add your code here to check access by groups

return true;