Skip to content

Commit

Permalink
* use 'sessions' instead
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Aug 17, 2011
1 parent 9f04bdb commit f54bd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion everydns/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**********************/
/* Path configuration */
/**********************/
$config['cookie_dir'] = ini_get('session.save_path');
$config['cookie_dir'] = __DIR__ . '/sessions';
$config['template_dir'] = __DIR__ . '/templates/';
$config['page_dir'] = __DIR__ . '/pages/';
$config['action_dir'] = __DIR__ . '/actions/';
Expand Down

0 comments on commit f54bd39

Please sign in to comment.