suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Anfängerfrage, bitte helfen Sie! !

<?php


session_start();error_reporting(0);if($_GET['act']=='logout'){unset($_SESSION);header('location: ./login. php');die;}$tips='';if($_POST['username']&& $_POST['password']){include('../inc/aik.config.php');$admin_name =htmlspecialchars($_POST['username']);$admin_pass=md5ff(htmlspecialchars($_POST['password']));if($admin_name==$aik['admin_name']&& $admin_pass==$aik[ 'admin_pass']){$_SESSION['admin_aik']='http://127.0.0.1/';echo '<script>window.location.href="./index.php";</script> ';die;}else{$tips='Falsches Konto oder Passwort! ';}}function md5ff($xzv_0=1){return md5($xzv_0.'ff371');}?>


Gibt es ein Problem mit diesem Code? ? ?

A电脑维修¹³⁸º⁴⁵⁷⁹⁶²⁵A电脑维修¹³⁸º⁴⁵⁷⁹⁶²⁵2434 Tage vor1070

Antworte allen(1)Ich werde antworten

  • phpcn_u96260

    phpcn_u962602018-03-21 14:59:18

    问题是啥?


    Antwort
    0
  • StornierenAntwort