X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=actions%2Fexport_ical.sh;fp=action.sh;h=715f4d2aa93c6963aa2a4518842bef8a8c0f07c2;hp=a0240d932d0f718a5088d44d3b942f61dce66c3c;hb=16deeb30487a64daff6475da5a008a061f581f92;hpb=281a2c8c9319bdd9bf6f4ca4cc1eebe89d1a5914 diff --git a/action.sh b/actions/export_ical.sh similarity index 77% rename from action.sh rename to actions/export_ical.sh index a0240d9..715f4d2 100755 --- a/action.sh +++ b/actions/export_ical.sh @@ -1,6 +1,6 @@ #!/bin/zsh -# Copyright 2014 Paul Hänsch +# Copyright 2014,2015 Paul Hänsch # # This file is part of Confetti. # @@ -17,8 +17,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Confetti. If not, see . -ACTION="$(echo "$_GET[\"action\"]" |egrep '^[a-zA-Z0-9_-]+$')" -ACTION="${_EXEC}/actions/${ACTION}.sh" -[ -x "$ACTION" ] || echo -n "Location: ?page=error\n\n" - -. $ACTION +echo -n "Content-Type: text/calendar;charset=utf-8\n\n" +course="$_GET[\"course\"]" +cat "$_DATA/ical/$course"