|
From: Benjamin C. <bc...@us...> - 2002-03-20 20:10:15
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv14227
Modified Files:
upgrade.php
Log Message:
Added "Remember me" functionality
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/upgrade.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- upgrade.php 18 Mar 2002 17:52:56 -0000 1.13
+++ upgrade.php 20 Mar 2002 20:10:09 -0000 1.14
@@ -49,6 +49,7 @@
$db->query("insert into {$row['seq_name']}_seq values ({$row['nextid']})");
}
}
+ $db->query("INSERT INTO ".TBL_CONFIGURATION." VALUES ('RECALL_LOGIN','0','Enable use of cookies to store username between logins','bool')");
}
include 'templates/default/upgrade-finished.html';
}
|