try putting code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include_once('class/db.php');
include_once('form_page/index_login.php');
session_start();
define('BLOCK_NUM',3);
define('MAIN_COLOR','#e3e2df');
define('HEAD_COLOR','#333');
try
{
[email protected]$_GET['to'];
}
catch(Exception $e)
{
}
?>