PHP Script


SUBMITTED BY: Guest

DATE: Jan. 1, 2014, 4:10 p.m.

FORMAT: PHP

SIZE: 147 Bytes

HITS: 940

  1. <?php
  2. if($_GET['name'] == "Username" && $_GET['pwd'] == "Tolles Passwort hier")
  3. {
  4. echo "Erfolgreich eingeloggt!";
  5. }
  6. ?>

comments powered by Disqus