Index: unk/locker/bin/scripts-phpical
===================================================================
--- /trunk/locker/bin/scripts-phpical	(revision 1903)
+++ 	(revision )
@@ -1,6 +1,0 @@
-#!/bin/sh
-
-sname="PHP iCalendar"
-deploy="phpical"
-requires_sql=0
-. /mit/scripts/deploy$scriptsdev/bin/onathena
Index: /trunk/locker/bin/scripts-start
===================================================================
--- /trunk/locker/bin/scripts-start	(revision 1903)
+++ /trunk/locker/bin/scripts-start	(revision 1904)
@@ -6,5 +6,4 @@
     echo 'gallery2 Gallery2'
     echo 'phpbb phpBB'
-    echo 'phpical PHP iCalendar'
     echo 'trac Trac'
     echo 'joomla Joomla'
Index: unk/locker/deploy/bin/phpical
===================================================================
--- /trunk/locker/deploy/bin/phpical	(revision 1903)
+++ 	(revision )
@@ -1,30 +1,0 @@
-#!/usr/bin/perl
-use strict;
-use FindBin qw($Bin);
-use lib $Bin;
-use onserver;
-
-setup();
-
-undef $/;
-open(FILE, "contemp.php");
-my $a = <FILE>;
-close(FILE);
-$a =~ s/adminpass/$admin_password/g;
-$a =~ s|\$timezone\s*= '';|\$timezone = 'US/Eastern';|g;
-$a =~ s/\$phpicalendar_publishing/\/\/ WARNING: The scripts.mit.edu maintainers have had to disable this feature on scripts.mit.edu because it contains a serious security vulnerability that has not been addressed by the software\'s authors.  Please do not try to enable this feature\n\$phpicalendar_publishing/;
-open(FILE, ">config.inc.php");
-print FILE $a;
-close(FILE);
-
-#system('cp', '/mit/scripts/deploy/phpical/MIT Academic Calendar.ics', 'calendars/');
-
-unlink('contemp.php');
-unlink('calendars/publish.ical.php');
-
-print <<END;
-Your $sname Admin Panel is at
-http://$server/~$USER/$addrend/admin
-You can use this admin panel to upload calendars for display.
-END
-press_enter();
