Untypo
[infodrom.org/www.zeitungsliste.de] / www / index.php
1 <?php
2 $start = microtime();
3
4 require_once('config.php');
5 include_once('functions.inc');
6
7 $body = dispatch();
8
9 print pageheader();
10 print $body;
11
12 include_once('footer.inc');
13
14 ?>