This website works better with JavaScript.
Home
Explore
Help
Sign In
huangyizhe
/
zongheceshi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
merge: integrate feature/login and resolve config conflict
tags/v1.0.0
TURNIP\86155
3 weeks ago
parent
f0e163e1e9
9a2215880a
commit
aa8177d46d
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.txt
+6
-0
src/login_module.c
+ 1
- 1
config.txt
View File
@@ -1 +1 @@
mode=
main
mode=
login-integrated
+ 6
- 0
src/login_module.c
View File
@@ -0,0 +1,6 @@
/* Login feature source file for Git branch practice. */
int Login_CheckCredentials(const char *user, const char *password)
{
return (user != 0) && (password != 0);
}
Write
Preview
Loading…
Cancel
Save