Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
10 years ago
Commit
58eb4d3d86cd35000f437ad86ce2b7a5ce00b357
1 parent
5132a116
修改配置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
website/controller/admin/Base.class.php
website/controller/admin/Base.class.php
View file @
58eb4d3
...
...
@@ -20,8 +20,8 @@ class Controller_Admin_Base extends Controller_Abstract
private
$_admins
=
array
(
//array('username' => '用户名', 'password' => '密码'),
// array('username' => 'yohoadmin', 'password' => '9646abcdef'),
array
(
'username'
=>
'test'
,
'password'
=>
'123456'
)
array
(
'username'
=>
'yohoadmin'
,
'password'
=>
'9646abcdef'
),
// array('username' => 'test', 'password' => '123456')
);
/**
...
...
Please
register
or
login
to post a comment