Ignore:
Timestamp:
Mar 30, 2012, 2:02:51 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Instalace a odinstalace je nyní spravována samostatným skriptem install.php.
  • Upraveno: Částečné řešení odstranění cizích klíčů v průběhu odinstalace před odstraněním samotných tabulek.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Modular/index.php

    r384 r401  
    33include_once('Common/Global.php');
    44GlobalInit();
     5if(!$System->IsInstalled()) die('System not installed.');
     6$System->Init(); 
    57$System->PathItems = ProcessURL();
    68//print_r($_GET);
Note: See TracChangeset for help on using the changeset viewer.