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