19if(!defined(
"SEC_FILE")){define(
"SEC_FILE",
'/framework/secure.php' );}
20if (defined(
'LEPTON_PATH')) {
21 include LEPTON_PATH.SEC_FILE;
26 while ((
$level < 10) && (!file_exists(
$root.SEC_FILE))) {
30 if (file_exists(
$root.SEC_FILE)) {
31 include
$root.SEC_FILE;
33 trigger_error(sprintf(
"[ <b>%s</b> ] Can't include secure.php!", $_SERVER[
'SCRIPT_NAME']), E_USER_ERROR);
54 $info =
'@DEPRECATED_TEMP 20250211: this function will be removed in L* > 7.3.0, use display_wysiwyg_editor() instead';
56 $sHTML =
'<textarea name="'.$name.
'" id="'.$id.
'" style="width: '.$width.
'; height: '.$height.
';">'.$content.
'</textarea>';
show_wysiwyg_editor( $name, $id, $content, $width, $height, $prompt=true)