*** empty log message ***
This commit is contained in:
parent
0494757d99
commit
cb58ca74ea
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
3
livesupport/modules/htmlUI/redir.php
Executable file
3
livesupport/modules/htmlUI/redir.php
Executable file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
header('LOCATION: htmlUI/var/html/ui_browser.php');
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue