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

Comparing #1 with #2

Revision #2 was created by shulme shulme on Dec 12, 2012, 5:18:54 PM.

Typo

Content

[...]
```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

```
[...]