mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
11 lines
401 B
PHP
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)
|