From: Michael C. <mi...@ch...> - 2003-05-24 07:16:01
|
Hello---I'm sorry if this is an oft-asked question, but I just installed phpwiki-1.2.2 on a Solaris system (I'm using Cedant as a web host) and it works fine. The only thing is that after I set the wikiadmin and adminpasswd in the admin.php file (as shown below), when I try to log in as admin (by hitting http://www.mydomain.org/phpwiki/admin.php with my web browser), my wikiadmin and adminpasswd are not accepted. Is there anything else I should be doing? Thanks in advance, Michael Chwe // set these to your preferences. For heaven's sake // pick a good password! $wikiadmin = "blah"; $adminpasswd = "blahblah"; |