diff --git a/timesheet/index.php b/timesheet/index.php index 731cf281e4..7dd445ceea 100644 --- a/timesheet/index.php +++ b/timesheet/index.php @@ -5,12 +5,12 @@ * @link http://www.egroupware.org * @author Ralf Becker * @package timesheet - * @copyright (c) 2005 by Ralf Becker + * @copyright (c) 2005-8 by Ralf Becker * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ -include_once('setup/setup.inc.php'); +include_once('./setup/setup.inc.php'); $ts_version = $setup_info[TIMESHEET_APP]['version']; unset($setup_info);