Changeset 848 for trunk/alert.php


Ignore:
Timestamp:
Jan 17, 2016, 12:10:35 PM (8 years ago)
Author:
chronos
Message:
  • 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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/alert.php

    r838 r848  
    22
    33$InitSystem = true;
    4 include_once('includes/global.php');
     4include_once('includes/Global.php');
    55
    66class PageAlert extends Page
Note: See TracChangeset for help on using the changeset viewer.