freebsd-ports/www/repos-style/files/patch-open-log-index.php
Martin Wilke 6bf2d1bd5d net2ftp is a web-based FTP client written in PHP
User features
 - Navigate the FTP server
 - Upload files
 - Download files
 - Zip files
 - Unzip files
 - Install software
 - Copy, move and delete
 - Copy or move to a 2nd FTP server
 - Rename and chmod
 - View code with syntax highlighting
 - Plain text editor
 - HTML editors
 - Code editor
 - Search for words or phrases
 - Calculate size

WWW: http://www.net2ftp.com/

PR:		ports/137868
Submitted by:	Alexander Kriventsov
2009-08-22 19:06:03 +00:00

11 lines
457 B
PHP

--- open/log/index.php.orig 2009-03-13 11:39:06.000000000 +0100
+++ open/log/index.php 2009-08-21 22:36:25.000000000 +0200
@@ -18,7 +18,7 @@
// === Print svn log --xml to response ===
// Set the URL to the stylesheet, must be same host or absolute path from root
-$xslt = '/repos-web/view/log.xsl';
+$xslt = '/repos-style/view/log.xsl';
// URL or path to repository, no trailing slash
// (note that the log viewer may bypass access control)