File: 02_fix_mlmmj_php.diff

package info (click to toggle)
mlmmj 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,444 kB
  • sloc: ansic: 13,036; sh: 5,950; php: 1,336; perl: 904; makefile: 99
file content (15 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: <boll@andariel>
Subject: Makes it so that mlmmj-php-web-admin uses the FHS of Debian with correct dirs.
Forwarded: not-needed

diff -u -r -N a/contrib/web/php-admin/htdocs/dot.htaccess b/contrib/web/php-admin/htdocs/dot.htaccess
--- a/contrib/web/php-admin/htdocs/dot.htaccess	2012-01-22 15:40:16.000000000 +0800
+++ b/contrib/web/php-admin/htdocs/dot.htaccess	2012-01-22 15:40:37.000000000 +0800
@@ -1,4 +1,5 @@
 Require valid-user
 AuthType Basic
-AuthName "mlmmj web-interface"
-AuthUserFile /home/mlmmj/htpasswd
+AuthName "mlmmj web-interface on Debian GNU/Linux"
+AuthUserFile /etc/mlmmj-php-web-admin/htpasswd
+php_value include_path "/usr/share/mlmmj-php-web-admin"