:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/www/kreative_crm/quatation/**
:: Editing File: check_login.php
<?php session_start(); if (!isset($_SESSION['user_id'])) { header("Location: index.php"); exit(); } ?>