Skip to content
Snippets Groups Projects

Stable

Merged Patrick Barroca requested to merge stable into hotline-master
Compare and
+ 12
12
Preferences
Compare changes
Files
@@ -22,7 +22,8 @@ function auth() {
$base_path = __DIR__ . '/../../../../'; // :)
require_once($base_path . 'cosmogramme/php/classes/classe_cosmopaths.php');
$cosmo_path = new CosmoPaths('ckeditor');
CosmoPaths::setDirName('ckeditor');
$cosmo_path = new CosmoPaths();
define('BASE_URL', $cosmo_path->getBaseUrl());
define('USERFILESPATH', $cosmo_path->getUserfilesPath());