diff --git a/calendar/egroupware.org/accept_holiday.php b/calendar/egroupware.org/accept_holiday.php index 151b48fe71..652b63d0c9 100644 --- a/calendar/egroupware.org/accept_holiday.php +++ b/calendar/egroupware.org/accept_holiday.php @@ -9,8 +9,6 @@ * @version $Id$ */ -use EGroupware\Api; - die('This file is only used on http://www.egroupware.org/ and therefore disabled on local installations!'); if(empty($_POST['locale']) || !preg_match('/^[A-Z]{2}$/',$_POST['locale'])) @@ -70,7 +68,7 @@ if(!file_exists($file) || filesize($file) < 300) // treat very small files as no exit; } ?> - +