source: trunk/www/shell.php@ 57

Last change on this file since 57 was 57, checked in by george, 16 years ago
  • Opraveno: Dále posunuta funkčnost podpory více světů na server.
File size: 89 bytes
Line 
1<?php
2
3include('include.php');
4
5$Shell = new Shell($Database);
6echo($Shell->Show());
7
8?>
Note: See TracBrowser for help on using the repository browser.