ports/www/repos-style/files/patch-open_log_index.php
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

11 lines
401 B
PHP

--- open/log/index.php.orig 2016-06-20 16:09:43 UTC
+++ open/log/index.php
@@ -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)