Skip to content

Commit

Permalink
Removed kcfinder controller, added a function to the htmleditor helpe…
Browse files Browse the repository at this point in the history
…r that initiates the sessionvariables.
  • Loading branch information
SamMousa committed Aug 6, 2012
1 parent 81ab3a6 commit dd1e0e3
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 359 deletions.
4 changes: 3 additions & 1 deletion application/config/config-defaults.php
Expand Up @@ -508,9 +508,11 @@
$config['standardtemplaterooturl'] = $config['publicurl'].'templates'; // Location of the standard templates
$config['adminscripts'] = $config['publicurl'].'scripts/admin/';
$config['generalscripts'] = $config['publicurl'].'scripts/';
$config['vendors'] = $config['publicurl'].'vendors/';
$config['styleurl'] = $config['publicurl'].'styles/';
$config['publicstyleurl'] = $config['publicurl'].'styles-public/';
$config['sCKEditorURL'] = $config['adminscripts'].'/ckeditor.36';
$config['sCKEditorURL'] = $config['vendors'].'ckeditor';
//$config['sCKEditorURL'] = '/scripts/admin/ckeditor.36';
$config['usertemplaterooturl'] = $config['uploadurl'].'/templates'; // Location of the user templates
$config['adminimageurl'] = $config['styleurl'].$config['admintheme'].'/images/'; // Location of button bar files for admin script
$config['adminstyleurl'] = $config['styleurl'].$config['admintheme'].'/'; // Location of button bar files for admin script
Expand Down
353 changes: 0 additions & 353 deletions application/controllers/admin/kcfinder.php

This file was deleted.

0 comments on commit dd1e0e3

Please sign in to comment.