Difference between #1 and #2 of
CKEditor Integration (includes steps for file uploads) - Step by Step

Revision #2 has been created by shulme on Dec 12, 2012, 5:18:54 PM with the memo:

Typo
« previous (#1)

Changes

Title unchanged

CKEditor Integration (includes steps for file uploads) - Step by Step

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

wysiwyg, CKeditor, File upload

Content changed

[...]
```php
$_SESSION['KCFINDER']['disabled'] = false; // enables the file browser in the admin
$_SESSION['KCFINDER']['uploadURL'] = Yii::app()->baseUrl."/uploads/"; //
enables the file browser in the adminURL for the uploads folder $_SESSION['KCFINDER']['uploadDir'] = Yii::app()->basePath."/../uploads/"; // enables the file browser in the adminpath to the uploads folder

```
[...]
10 0
22 followers
Viewed: 71 572 times
Version: 1.1
Category: How-tos
Written by: shulme
Last updated by: shulme
Created on: Dec 12, 2012
Last updated: 11 years ago
Update Article

Revisions

View all history