6 lines
122 B
PHP
Executable File
6 lines
122 B
PHP
Executable File
<?php
|
|
if (!$_SESSION['user_id'])header( 'Location: /' );
|
|
$mod = new main($smarty, $settings);
|
|
$mod->db=$db;
|
|
|
|
?>
|