update debian things, fix patch, move backup.php to public, fix lighttpd config

pull/121/head
David Goodwin 6 years ago
parent 63f44c9b2d
commit d5c40453ac

@ -1,4 +1,4 @@
# Alias for Postfixadmin
alias.url += (
"/postfixadmin" => "/usr/share/postfixadmin",
"/postfixadmin" => "/usr/share/postfixadmin/public",
)

@ -41,6 +41,6 @@
+$CONF['database_user'] = $dbuser;
+$CONF['database_password'] = $dbpass;
+$CONF['database_name'] = $dbname;
// If you need to specify a different port for a MYSQL database connection, use e.g.
// $CONF['database_host'] = '172.30.33.66:3308';
// Database SSL Config
$CONF['database_use_ssl'] = false;

@ -1,8 +1,6 @@
usr/share/postfixadmin
usr/share/postfixadmin/templates_c
usr/share/postfixadmin/scripts
usr/share/postfixadmin/public
usr/share/postfixadmin/public/css
usr/share/doc/postfixadmin
var/cache/postfixadmin
usr/bin

Loading…
Cancel
Save