[go: up one dir, main page]

Menu

[r19]: / index.php  Maximize  Restore  History

Download this file

27 lines (23 with data), 611 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
/*
* This source code is a part of the Ultimix Project.
* It is distributed under BSD licence. All other third side source code (like tinyMCE) is distributed under
* it's own licence wich could be found from the corresponding files or sources.
* This source code is provided "as is" without any warranties or garanties.
*
* Have a nice day!
*
* @url http://ultimix.sorceforge.net
*
* @author Alexey "gdever" Dodonov
*/
try
{
require_once( './include/php/startup.php' );
index_main();
}
catch( Exception $e )
{
handle_script_error( true , $e );
}
?>