Commit 6880f54a by Phạm Văn Đoan

cấu hình ckeditor/config.js

parent 8c127fc7
/.idea /.idea
/upload
...@@ -203,7 +203,6 @@ $action = $CI->router->fetch_method(); ...@@ -203,7 +203,6 @@ $action = $CI->router->fetch_method();
</li> </li>
<!-- Quan ly tai nguyen --> <!-- Quan ly tai nguyen -->
<?php if(1 == 2): ?>
<li class="<?php if($controller && $controller == 'cmsResource') echo 'active open'?>"> <li class="<?php if($controller && $controller == 'cmsResource') echo 'active open'?>">
<a href="#" class="dropdown-toggle"> <a href="#" class="dropdown-toggle">
<i class="menu-icon fa fa-camera"></i> <i class="menu-icon fa fa-camera"></i>
...@@ -220,7 +219,6 @@ $action = $CI->router->fetch_method(); ...@@ -220,7 +219,6 @@ $action = $CI->router->fetch_method();
</li> </li>
</ul> </ul>
</li> </li>
<?php endif; ?>
<!-- Quan ly he thong --> <!-- Quan ly he thong -->
<?php if($CI->session->userdata('group_id') == 2 && $CI->session->userdata('is_super') == 1): ?> <?php if($CI->session->userdata('group_id') == 2 && $CI->session->userdata('is_super') == 1): ?>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -26,7 +26,7 @@ CKEDITOR.editorConfig = function( config ) ...@@ -26,7 +26,7 @@ CKEDITOR.editorConfig = function( config )
config.entities = false; config.entities = false;
//config.entities_latin = false; //config.entities_latin = false;
var baseUrl = 'http://duocphamuni.vn/public/fckeditor/'; var baseUrl = 'http://cms.vmusicchart.vn/public/fckeditor/';
config.filebrowserBrowseUrl = baseUrl + 'ckfinder/ckfinder.html'; config.filebrowserBrowseUrl = baseUrl + 'ckfinder/ckfinder.html';
config.filebrowserImageBrowseUrl = baseUrl + 'ckfinder/ckfinder.html?type=Images'; config.filebrowserImageBrowseUrl = baseUrl + 'ckfinder/ckfinder.html?type=Images';
......
...@@ -61,7 +61,7 @@ Examples: ...@@ -61,7 +61,7 @@ Examples:
ATTENTION: The trailing slash is required. ATTENTION: The trailing slash is required.
*/ */
//$baseUrl = "/upload/"; //$baseUrl = "/upload/";
$baseUrl = "http://game.dcv.vn/upload/ckfinder/"; $baseUrl = "http://cms.vmusicchart.vn/upload/ckfinder/";
/* /*
$baseDir : the path to the local directory (in the server) which points to the $baseDir : the path to the local directory (in the server) which points to the
......
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment