X-Git-Url: https://git.donarmstrong.com/?p=roundcube.git;a=blobdiff_plain;f=program%2Finclude%2Fclisetup.php;h=8d01bb1ad3ddeccf89fca639e6aebff173b04410;hp=51d7b6e07c735d75559651c46e3316f129e73ee0;hb=a2dd2e41259a5e90016efcd7d083020b95e25527;hpb=fe4a852cd4335d3d2089b13e10d409fa2fa816d8 diff --git a/program/include/clisetup.php b/program/include/clisetup.php index 51d7b6e..8d01bb1 100644 --- a/program/include/clisetup.php +++ b/program/include/clisetup.php @@ -5,7 +5,7 @@ | program/include/clisetup.php | | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2010, Roundcube Dev, - Switzerland | + | Copyright (C) 2010, The Roundcube Dev Team | | Licensed under the GNU GPL | | | | PURPOSE: | @@ -15,7 +15,7 @@ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ - $Id: clisetup.php 3998 2010-09-29 08:30:56Z thomasb $ + $Id: clisetup.php 4678 2011-04-20 13:58:21Z alec $ */ @@ -23,7 +23,7 @@ if (php_sapi_name() != 'cli') { die('Not on the "shell" (php-cli).'); } -require_once 'iniset.php'; +require_once INSTALL_PATH . 'program/include/iniset.php'; /**