Advertisement
Guest User

Untitled

a guest
Sep 14th, 2021
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <?php
  2. include 'fonksiyon.php';
  3.  
  4. if(isset($_SESSION['admin']['login'])){
  5. die('<meta http-equiv="refresh" content="0;URL='.$site.'panel/">');
  6. }
  7.  
  8.  
  9. $ayar = $db->query("SELECT * FROM ayar LIMIT 1")->fetch(PDO::FETCH_ASSOC);
  10.  
  11. ?>
  12. <!DOCTYPE html>
  13. <html lang="tr">
  14. <head>
  15.  
  16. <meta charset="UTF-8">
  17. <meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=0'>
  18. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  19. <meta name="Author" content="https://sayim.com.tr">
  20.  
  21. <!-- Title -->
  22. <title>Giriş Yap</title>
  23.  
  24. <!-- Favicon -->
  25. <link rel="icon" href="assets/img/brand/favicon.png" type="image/x-icon"/>
  26.  
  27. <!-- Icons css -->
  28. <link href="assets/css/icons.css" rel="stylesheet">
  29.  
  30. <!-- Right-sidemenu css -->
  31. <link href="assets/plugins/sidebar/sidebar.css" rel="stylesheet">
  32.  
  33. <!-- Custom Scroll bar-->
  34. <link href="assets/plugins/mscrollbar/jquery.mCustomScrollbar.css" rel="stylesheet"/>
  35.  
  36. <!--- Style css --->
  37. <link href="assets/css/style.css" rel="stylesheet">
  38.  
  39. <!--- Dark-mode css --->
  40. <link href="assets/css/style-dark.css" rel="stylesheet">
  41.  
  42. <!---Skinmodes css-->
  43. <link href="assets/css/skin-modes.css" rel="stylesheet" />
  44.  
  45. <!--- Animations css-->
  46. <link href="assets/css/animate.css" rel="stylesheet">
  47.  
  48. <style type="text/css">
  49. #saydam{
  50. position: absolute;
  51. ...................................................................................
  52. ..................................................
  53. ........................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement