Changeset 67 for trunk/index.php


Ignore:
Timestamp:
Jan 3, 2016, 11:52:37 PM (8 years ago)
Author:
chronos
Message:
  • Added: Preparation for automatic database structure update.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r64 r67  
    244244$Application = new Application();
    245245$Application->Start();
    246 $MainView = new MainView($Database);
     246$MainView = new MainView($Application->Database);
    247247$MainView->Show();
Note: See TracChangeset for help on using the changeset viewer.