public
Description: Blue bug - free bug and feature tracking software written in PHP
Homepage: http://bluescripts.net/bluebug/
Clone URL: git://github.com/bluescripts/bbug.git
Click here to lend your support to: bbug and make a donation at www.pledgie.com !
bbug / home_old.php
100644 12 lines (9 sloc) 0.153 kb
1
2
3
4
5
6
7
8
9
10
11
12
<?php
  defined('__bbug') or die();
  
?>
 
<?php
$list = new Bugs($this->db);
$list->tableHeader();
$list->bblist();
//$list->quickadd();
?>