mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 07:46:17 +00:00
fix
This commit is contained in:
parent
61f79385ea
commit
50d97b43ec
@ -35,7 +35,7 @@ $Skin = 'graph';
|
||||
## the "attr" passwords for the PmWiki and Main groups are locked, so
|
||||
## an admin password is a good way to unlock those. See PmWiki.Passwords
|
||||
## and PmWiki.PasswordsAdmin.
|
||||
$DefaultPasswords['admin'] = pmcrypt('123erROR');
|
||||
$DefaultPasswords['admin'] = pmcrypt('pas');
|
||||
|
||||
## Unicode (UTF-8) allows the display of all languages and all alphabets.
|
||||
## Highly recommended for new wikis.
|
||||
|
@ -36,8 +36,8 @@ $Skin = 'graph';
|
||||
## the "attr" passwords for the PmWiki and Main groups are locked, so
|
||||
## an admin password is a good way to unlock those. See PmWiki.Passwords
|
||||
## and PmWiki.PasswordsAdmin.
|
||||
$DefaultPasswords['admin'] = pmcrypt('123erROR');
|
||||
$DefaultPasswords['edit'] = pmcrypt('123erROR');
|
||||
$DefaultPasswords['admin'] = pmcrypt('pas');
|
||||
$DefaultPasswords['edit'] = pmcrypt('pas');
|
||||
#$DefaultPasswords['admin'] = pmcrypt('pas');
|
||||
#$DefaultPasswords['edit'] = pmcrypt('pas');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user