aboutsummaryrefslogtreecommitdiff
path: root/html/functions.php3
diff options
context:
space:
mode:
authorDavid Aspinall2002-07-13 17:10:49 +0000
committerDavid Aspinall2002-07-13 17:10:49 +0000
commit982feaf22d153d04543422cc5695200c10633a54 (patch)
tree2021478a215dfb4f77e2f90e313c3de78635179a /html/functions.php3
parent7d4d935c4647a45324ba022ad2b8778699644204 (diff)
Use proofgeneral.org mailing addresses again.
Diffstat (limited to 'html/functions.php3')
-rw-r--r--html/functions.php318
1 files changed, 9 insertions, 9 deletions
diff --git a/html/functions.php3 b/html/functions.php3
index 90b94f3e..208abc17 100644
--- a/html/functions.php3
+++ b/html/functions.php3
@@ -14,15 +14,15 @@
// Project configuration
-// $project_email = "feedback@proofgeneral.org";
-// $project_list = "users@proofgeneral.org";
-// $project_feedback = "feedback@proofgeneral.org":
-
-// Disable because free parking forwarding is broken
-$proofgenatdcs = "proofgen@dcs.ed.ac.uk";
-$project_email = $proofgenatdcs;
-$project_list = $proofgenatdcs;
-$project_feedback = $proofgenatdcs;
+$project_email = "feedback@proofgeneral.org";
+$project_list = "users@proofgeneral.org";
+$project_feedback = "feedback@proofgeneral.org";
+
+// Disable when free parking forwarding is broken
+// $proofgenatdcs = "proofgen@dcs.ed.ac.uk";
+// $project_email = $proofgenatdcs;
+// $project_list = $proofgenatdcs;
+// $project_feedback = $proofgenatdcs;
$project_title = "Proof General";