|
From: <il...@pr...> - 2005-02-09 11:31:19
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21272 Modified Files: create.php Log Message: Default the node status to "Possibly interested", which is a lot safer and more likely than the previous "Fully operational". Index: create.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/create.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- create.php 12 Jan 2004 09:15:22 -0000 1.4 +++ create.php 9 Feb 2005 11:31:10 -0000 1.5 @@ -42,6 +42,7 @@ $EDITONLY = 1; include("edit.inc"); + $admin = array("status" => "interest"); $config = array("protocol" => "802.11b"); $physloc = array( "error" => "50", |