X-Git-Url: http://git.dj3c1t.com/index.cgi?p=mtweb;a=blobdiff_plain;f=index.php;h=ac3968754c08b0eb7ad83002ae158ed4ff9cc450;hp=26b6745a60fea1bd220522cbcde24a7e80fd2c6a;hb=HEAD;hpb=36ed114046cbe3d72a3589230e9f306a54fcc79d diff --git a/index.php b/index.php index 26b6745..ac39687 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,12 @@ \ No newline at end of file + if(($res = $app->init()) !== true){ + echo $res; + return; + } + + $app->run(isset($_GET[$app->param("e")]) ? $_GET[$app->param("e")] : ""); + $app->display();