* having the posts as a list makes more sense I think
[vsc.git] / index.php
blobfc11559858dcde621b8dd41b4e72d9ffdc986678
1 <?php
2 $GLOBALS['st'] = microtime(true);
3 $GLOBALS['qCnt'] = 0;
5 require ('config.inc.php');
6 require (RES_PATH.'loader.php');
7 //print_r(get_loaded_extensions());
8 ?>