first commit
This commit is contained in:
16
Suli/13.b/Backend/Fölki/negy/negy1.php
Normal file
16
Suli/13.b/Backend/Fölki/negy/negy1.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$islogin = false;
|
||||
|
||||
if (isset($_POST["nev"]) && isset($_POST["jelszo"])){
|
||||
$nev = $_POST["nev"];
|
||||
$jelszo = $_POST["jelszo"];
|
||||
if (strlen($nev)>3 && strlen($jelszo)>4)
|
||||
if ($nev == 'admin' && $jelszo=='admin')
|
||||
{
|
||||
$islogin = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user