*** empty log message ***

This commit is contained in:
sebastian 2005-08-09 22:03:11 +00:00
parent 0494757d99
commit cb58ca74ea
2 changed files with 5 additions and 1 deletions

View file

@ -21,7 +21,7 @@
#
#
# Author : $Author: sebastian $
# Version : $Revision: 1.4 $
# Version : $Revision: 1.5 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/htmlUI/etc/Makefile.in,v $
#
# @configure_input@
@ -148,6 +148,7 @@ install: configure_apache
${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/templates/playlist
${MKDIR} ${USR_VAR_DIR}/LiveSupport/htmlUI/var/templates/subjects
${CP} ${BASE_DIR}/redir.php ${USR_VAR_DIR}/LiveSupport/index.php
${CP} ${BASE_DIR}/index.php ${USR_VAR_DIR}/LiveSupport/htmlUI
${CP} ${VAR_DIR}/*.xml ${VAR_DIR}/*.php \
${USR_VAR_DIR}/LiveSupport/htmlUI/var

View file

@ -0,0 +1,3 @@
<?php
header('LOCATION: htmlUI/var/html/ui_browser.php');
?>