• File: core.php
  • Full Path: /home/dealkatnwc/www/GARAGE/php_action/core.php
  • Date Modified: 12/11/2023 3:34 PM
  • File size: 157 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php 

session_start();

require_once 'db_connect.php';

// echo $_SESSION['userId'];

if(!$_SESSION['userId']) {
	header('location:'.$store_url);	
} 



?>