source:
trunk/www/shell.php@
57
Last change on this file since 57 was 57, checked in by , 16 years ago | |
---|---|
File size: 89 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | include('include.php'); |
4 | |
5 | $Shell = new Shell($Database); |
6 | echo($Shell->Show()); |
7 | |
8 | ?> |
Note:
See TracBrowser
for help on using the repository browser.