This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update login.php
pull/10/head
Mohamad Fahmi
12 years ago
parent
065a16a654
commit
7207e0a462
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
admin/includes/login.php
+ 2
- 2
admin/includes/login.php
View File
@ -1,5 +1,5 @@
<
?
php
ob_start
();
if
(
isset
(
$_POST
[
'submit'
]))
{
$user
=
$_POST
[
'user'
];
@ -29,4 +29,4 @@
Pass
:<
br
>
<
input
type
=
"
password
"
name
=
"
password
"
/><
br
><
br
>
<
input
type
=
"
submit
"
name
=
"
submit
"
value
=
"
Login
"
/>
</
form
>
</
form
>
Write
Preview
Loading…
Cancel
Save