2025-06-16 18:28:08 +05:00

6 lines
122 B
PHP
Executable File

<?php
if (!$_SESSION['user_id'])header( 'Location: /' );
$mod = new main($smarty, $settings);
$mod->db=$db;
?>