This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
goatoh_training_server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'main' of
http://miteruzo.ml:3000/miteruzo/goatoh_training_server
main
Miteruzo
1 year ago
parent
6509ca1233
b069d0c646
commit
5933855469
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
auth_user.php
+ 2
- 2
auth_user.php
View File
@@ -11,7 +11,7 @@ $pass = $_GET['pass'];
$user = User :: find ($id);
if ($user -> pass === $pass)
echo implode (',', [$user -> name]);
echo implode (',', [
1,
$user -> name]);
else
echo '
error
';
echo '
0
';
Write
Preview
Loading…
Cancel
Save