에디터 라이브러리 경로 변경

This commit is contained in:
chicpro
2013-07-18 10:20:16 +09:00
parent 181735c3f8
commit 3d48dffd7f
12 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400200';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
auth_check($auth[$sub_menu], "w");

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400100';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
auth_check($auth[$sub_menu], "r");

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400700';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
auth_check($auth[$sub_menu], "w");

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400710';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
auth_check($auth[$sub_menu], "w");

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400710';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
auth_check($auth[$sub_menu], "w");

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400630';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
auth_check($auth[$sub_menu], "w");

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400300';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
include_once(G4_LIB_PATH.'/iteminfo.lib.php');
auth_check($auth[$sub_menu], "w");

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400660';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
auth_check($auth[$sub_menu], "w");
@ -79,7 +79,7 @@ function fitemqaform_submit(f)
{
<?php echo get_editor_js('iq_question'); ?>
<?php echo get_editor_js('iq_answer'); ?>
return true;
}
</script>

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400650';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
auth_check($auth[$sub_menu], "w");
@ -85,7 +85,7 @@ $qstr = 'page='.$page.'&amp;sort1='.$sort1.'&amp;sort2='.$sort2;
function fitemuseform_submit(f)
{
<?php echo get_editor_js('is_content'); ?>
return true;
}
</script>

View File

@ -1,7 +1,7 @@
<?php
$sub_menu = '400720';
include_once('./_common.php');
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
auth_check($auth[$sub_menu], "w");