# HG changeset patch # User Christophe Lincoln # Date 1391710130 -3600 # Node ID 1293a00e2a7243a277aab92f764726db2181f577 # Parent 03338ebb4d868631d809f968c2f6c954b103a1ea Small fixes diff -r 03338ebb4d86 -r 1293a00e2a72 index.cgi --- a/index.cgi Wed Feb 05 22:05:10 2014 +0100 +++ b/index.cgi Thu Feb 06 19:08:50 2014 +0100 @@ -95,7 +95,9 @@ - + @@ -242,8 +244,8 @@ # Create a new user in AUTH_FILE and PEOPLE new_user_config() { if [ ! -f "$AUTH_FILE" ];then - touch $(DESTDIR)$(LOGIN)/auth/people - chmod 0600 $(DESTDIR)$(LOGIN)/auth/people + touch $AUTH_FILE + chmod 0600 $AUTH_FILE fi key=$(echo -n "$user:$mail:$pass" | md5sum | awk '{print $1}') echo "$user:$pass" >> $AUTH_FILE diff -r 03338ebb4d86 -r 1293a00e2a72 style.css --- a/style.css Wed Feb 05 22:05:10 2014 +0100 +++ b/style.css Thu Feb 06 19:08:50 2014 +0100 @@ -273,9 +273,11 @@ padding: 20px; border-top: 1px solid #ddd; font-size: 90%; + color: #888; } -#footer a { padding: 0 2px; } +#footer a { padding: 0 2px; color: #888; text-decoration: none; } +#footer a:hover { text-decoration: underline; } /* Plugins CSS */