Am Freitag 07 Januar 2011, um 11.11:01 schrieb A.L.E.C:
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__) . '/..') . '/' );
but, if the scripts are called out of RC, must they really be able to run on the command line, interpreted of a shell? Or are they anyway called and interpreded from RCs PHP? Because then it would not make sense to move them somewhere, the noexec/nosuid flags does not matter then because php is the executed interpreter...
Andreas _______________________________________________ List info: http://lists.roundcube.net/users/ BT/9b404e9e