source: trunk/index.php

Last change on this file was 69, checked in by chronos, 8 years ago
  • Modified: Use object oriented approach for page drawing using Application class.
  • Added: SQL updated will be automatic using UpdateTrace.php file.
  • Added: Use generic setup page at URL /setup for SQL structure update.
  • Modified: Update Common package to newer version.
File size: 80 bytes
Line 
1<?php
2
3include_once('Application/Core.php');
4
5$Core = new Core();
6$Core->Run();
Note: See TracBrowser for help on using the repository browser.