Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • bener
  • integrate/weapon-cheat
  • fix/weapon
  • feat/weapon
  • v1.0
6 results

mono_crash.mem.3534.1.blob

Blame
  • session.php 200 B
    <?php
    // session_start();
    include_once __DIR__."/../config/config.php";
    include_once __DIR__.'/../app/core/database.php';
    
    if (isset($_SESSION['user_id'])) {
        header("Location: ../../index.php");
    }