r1601: The installer wasn't running with the database in UTF8 mode (even if the confi...
[bugdar.git] / docs / systemglob.php
1 <?php
2
3 chdir('./../');
4 require_once('./global.php');
5
6 echo '<pre>';
7
8 print_r($bugsys);
9
10 echo '</pre>';
11
12 ?>