mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-23 08:26:38 +00:00
first commit
This commit is contained in:
12
core/config/ckeditor4.php
Executable file
12
core/config/ckeditor4.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
if (is_file(BASEPATH . 'core/config/browserdatacache.php'))
|
||||
{
|
||||
require_once BASEPATH . 'core/config/browserdatacache.php';
|
||||
$g_config['browserdatacache_allow_dirs'][] = BASEPATH . 'upl/ckeditor4_files/';
|
||||
//$g_config['browserdatacache_allow_dirs'][] = BASEPATH . 'lib/ckeditor4/';
|
||||
}
|
||||
|
||||
$g_config['ckeditor4']['resize_down_width'] = 1600;
|
||||
$g_config['ckeditor4']['resize_down_height'] = 1200;
|
||||
?>
|
||||
Reference in New Issue
Block a user