diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-25 09:27:29 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-25 09:27:29 +0200 |
| commit | 8fce61f2fb2c6fe74ea31a8fd80951a8eb4aa133 (patch) | |
| tree | bf4623bf703c36aefbb4673be21a702b2077676f | |
| parent | f5a8c211fd2d74347a3e396e316587ad2e9701fe (diff) | |
Fixed the values
| -rw-r--r-- | fics.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ server_name = "Xfics"; # for pgn output server_location = "Las Vegas, USA"; # for pgn output # Details of the head admin -HADMINHANDLE = "maxxe@rpblc.net"; -HADMINEMAIL = "maxxe"; +HADMINHANDLE = "maxxe"; +HADMINEMAIL = "maxxe@rpblc.net"; # Registration mail address REGMAIL = "maxxe@rpblc.net"; |
