Changeset 95 for trunk/www/index.php


Ignore:
Timestamp:
Dec 21, 2014, 10:46:18 AM (9 years ago)
Author:
chronos
Message:
  • Upraveno: Soubory různých logických částí systému odděleny do aplikačních modulů.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      .buildpath
      .project
      .settings
  • trunk/www/index.php

    r93 r95  
    22
    33include_once(dirname(__FILE__).'/Application/Application.php');
     4
     5$Application = new Application();
     6$Application->Run();
Note: See TracChangeset for help on using the changeset viewer.