On 07.01.2011 10:58, Egbert Jan van den Bussche wrote:
Not trying to hijack this thread... but what do these script do? Are they to be used interactively, in other scripts or do the belong to the day to day operation of RC?
These are administrative tasks. They're not used by Roundcube UI. You can put them where you like, but you'll need to change a path to Roundcube sources to use them. It's one line:
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );