View Single Post
  #11  
Old 06-19-2008, 05:25 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Code:
UPDATE variables SET value='Minilogin' WHERE varname='LoginType';
use your favorite DB interface to update or the mysql command line.

Last edited by Andrew80k; 06-20-2008 at 01:25 AM.. Reason: Spelling.../sigh
Reply With Quote