Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
5e42330e
Commit
5e42330e
authored
Feb 18, 2019
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
7175b97e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
config.php
public/resource/lib/Ckfinder/config.php
+6
-5
No files found.
public/resource/lib/Ckfinder/config.php
View file @
5e42330e
...
...
@@ -66,7 +66,7 @@ Examples:
ATTENTION: The trailing slash is required.
*/
//$base_url = 'http://' . $_SERVER['HTTP_HOST'];
$base_url
=
'http
s
://images.tonglianjituan.com'
;
$base_url
=
'http://images.tonglianjituan.com'
;
$ckfinder_url
=
'/resource/lib/Attachments/'
;
...
...
@@ -91,15 +91,16 @@ Examples:
ATTENTION: The trailing slash is required.
*/
$ckfinder_dir
=
dirname
(
__FILE__
);
/*
$ckfinder_dir = dirname(__FILE__);
//todo bug
$project_dir = str_replace('\\','/',realpath($ckfinder_dir . '/../..'));
$attachments_dir
=
$project_dir
.
'/lib/Attachments/'
;
$attachments_dir = $project_dir . '/lib/Attachments/';
*/
$baseDir
=
$attachments_dir
;
//$baseDir = resolveUrl($baseUrl);
//$baseDir = $attachments_dir;
$baseDir
=
$baseUrl
;
$baseDir
=
resolveUrl
(
$baseUrl
);
$config
[
'Resource_Root_Dir'
]
=
$baseDir
;
/* 资源空间大小
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment