Index: branches/stable/cgi-bin/main.cgi
===================================================================
--- branches/stable/cgi-bin/main.cgi	(revision 205)
+++ branches/stable/cgi-bin/main.cgi	(revision 206)
@@ -829,5 +829,5 @@
     if ($base =~ /^[ds]$/) {
       $sql = "select * from poolips where available='y' and".
-	" type='$webvar{alloctype}' and (city='Sudbury' or city='North Bay')";
+	" type='$webvar{alloctype}' and (city='Sudbury' or city='North Bay' or city='Toronto')";
     } else {
       $sql = "select * from poolips where available='y' and".
@@ -883,6 +883,6 @@
 	# This includes WAN blocks and other netblock "containers"
 	if ($webvar{alloctype} =~ /^.[pdc]$/) {
-	  if (($webvar{city} !~ /^(Sudbury|North Bay)$/) && ($webvar{alloctype} eq 'dp')) {
-	    printError("You must chose Sudbury or North Bay for DSL pools.");
+	  if (($webvar{city} !~ /^(Sudbury|North Bay|Toronto)$/) && ($webvar{alloctype} eq 'dp')) {
+	    printError("You must chose Sudbury, North Bay, or Toronto for DSL pools.");
 	    return;
 	  }
