source: trunk/www/index.php

Last change on this file was 95, checked in by chronos, 9 years ago
  • Upraveno: Soubory různých logických částí systému odděleny do aplikačních modulů.
File size: 129 bytes
Line 
1<?php
2
3include_once(dirname(__FILE__).'/Application/Application.php');
4
5$Application = new Application();
6$Application->Run();
Note: See TracBrowser for help on using the repository browser.