[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: setup/templates/default config.tpl,1.3.2.2,1.3.2
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: setup/templates/default config.tpl,1.3.2.2,1.3.2.3 |
Date: |
Wed, 02 Jul 2003 19:57:41 -0400 |
Update of /cvsroot/phpgroupware/setup/templates/default
In directory subversions:/tmp/cvs-serv28223
Modified Files:
Tag: Version-0_9_16-branch
config.tpl
Log Message:
test against files-dir within the document-root of the webserver
(this would allow uploads of scripts via vfs, and then execute them via the
webserver)
Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/setup/templates/default/config.tpl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -r1.3.2.2 -r1.3.2.3
*** config.tpl 28 May 2003 02:20:05 -0000 1.3.2.2
--- config.tpl 2 Jul 2003 23:57:39 -0000 1.3.2.3
***************
*** 23,27 ****
<tr class="row_on">
!
<td>{lang_Enter_the_full_path_for_users_and_group_files.<br>Examples:_/files,_E:\FILES,<br>http://webdav.domain.com
(WebDAV)}:</td>
<td><input name="newsettings[files_dir]" value="{value_files_dir}"
size="40"></td>
</tr>
--- 23,27 ----
<tr class="row_on">
!
<td>{lang_Enter_the_full_path_for_users_and_group_files.<br>Examples:_/files,_E:\FILES}:<br><b>{lang_This_has_to_be_outside_the_webservers_document-root!!!}</b><br>{lang_or_http://webdav.domain.com_(WebDAV)}:</td>
<td><input name="newsettings[files_dir]" value="{value_files_dir}"
size="40"></td>
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: setup/templates/default config.tpl,1.3.2.2,1.3.2.3,
Ralf Becker <address@hidden> <=