Thread: Feedback
View Single Post
Old 2009-04-23, 06:12 PM   #5
nate
I can now put whatever you want in this space :)
 
nate's Avatar
 
Join Date: Mar 2009
Location: Merica!
Posts: 543
I think I'd put an .htaccess file under wp-admin.

something like:
AuthName "Im an administrator!! Yay!!"
AuthType Basic
AuthUserFile /path/to/your/passwordfile
require valid-user

I'd also switch to a GPL theme. I'm under the impression that if a theme makes calls to any wordpress functions like wp-head(), because wordpress is GPL, that theme has to be GPL if it is distributed and not some "atributable no dirivetive work" license bullshit. They need to find something under a BSD license to write themes for.
nate is offline   Reply With Quote