source: trunk/index.php

Last change on this file was 848, checked in by chronos, 8 years ago
  • Renamed: .htaccess file is different for each installation so provide just example in .htacces.sample file.
  • Renamed: File global.php and system.php to first uppercase letter for naming unification.
  • Modified: More translatable strings.
  • Added: Translation group items translatable.
  • Renamed: admin directory is not Application directory where all application related files should be placed.

This is different to includes directory where just general libraries should be placed.
Version.php file should be located in Application directory.

File size: 83 bytes
Line 
1<?php
2
3include_once('includes/Global.php');
4
5$System = new Core();
6$System->Run();
Note: See TracBrowser for help on using the repository browser.