mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-07 16:26:17 +00:00
first commit
This commit is contained in:
9
src/dev/richtext.php
Executable file
9
src/dev/richtext.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
IncludeCom("dev/ckeditor4", array
|
||||
(
|
||||
"name" => empty($name) ? NULL : $name,
|
||||
"value" => empty($value) ? NULL : $value,
|
||||
"mode" => empty($mode) ? NULL : $mode
|
||||
));
|
||||
?>
|
||||
Reference in New Issue
Block a user