We can get rid of update.sh.php too...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 05:53:26 +0000 (05:53 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 05:53:26 +0000 (05:53 +0000)
update.sh.php [deleted file]

diff --git a/update.sh.php b/update.sh.php
deleted file mode 100644 (file)
index 554e37d..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/usr/bin/php
-<?php
-/*=====================================================================*\
-|| ###################################################################
-|| # ViewSVN [#]version[#]
-|| # Copyright ©2002-[#]year[#] Iris Studios, Inc.
-|| #
-|| # This program is free software; you can redistribute it and/or modify
-|| # it under the terms of the GNU General Public License as published by
-|| # the Free Software Foundation; version [#]gpl[#] of the License.
-|| #
-|| # This program is distributed in the hope that it will be useful, but
-|| # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-|| # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-|| # more details.
-|| #
-|| # You should have received a copy of the GNU General Public License along
-|| # with this program; if not, write to the Free Software Foundation, Inc.,
-|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-|| ###################################################################
-\*=====================================================================*/
-
-define('PATH_OVERRIDE', 1);
-
-require_once('./global.php');
-
-// ###################################################################
-
-$controller = new Controller($argv[1]);
-$controller->cachev->exec_build();
-
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
-?>
\ No newline at end of file