mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-03 14:26:26 +00:00
9 lines
210 B
PHP
Executable File
9 lines
210 B
PHP
Executable File
<?php
|
|
|
|
IncludeCom("dev/ckeditor4", array
|
|
(
|
|
"name" => empty($name) ? NULL : $name,
|
|
"value" => empty($value) ? NULL : $value,
|
|
"mode" => empty($mode) ? NULL : $mode
|
|
));
|
|
?>
|