Changeset 856


Ignore:
Timestamp:
Jan 19, 2016, 11:16:52 PM (8 years ago)
Author:
chronos
Message:
  • Moved: Locale library moved to Common package to be reused in other projects.
Location:
trunk
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r855 r856  
    77
    88$Version = '1.0-alfa';
    9 $Revision = 855; // Subversion revision
     9$Revision = 856; // Subversion revision
    1010$DatabaseRevision = 849; // Database structure revision
    1111$ReleaseTime = '2016-01-19';
  • trunk/Application/install.php

    r848 r856  
    1010include_once(dirname(__FILE__).'/DefaultConfig.php');
    1111include_once(dirname(__FILE__).'/../Version.php');
    12 include_once(dirname(__FILE__).'/../includes/Locale.php');
    1312
    1413function ControlPanel()
  • trunk/Packages/Common/Common.php

    r838 r856  
    1515include_once(dirname(__FILE__).'/Config.php');
    1616include_once(dirname(__FILE__).'/Page.php');
     17include_once(dirname(__FILE__).'/Locale.php');
    1718
    1819class PackageCommon
  • trunk/includes/Global.php

    r855 r856  
    99  else die('Config file Config/Config.php not found');
    1010include_once(dirname(__FILE__).'/../Application/Version.php');
    11 include_once(dirname(__FILE__).'/Locale.php');
    1211require_once(dirname(__FILE__).'/../HTML/BBCodeParser2.php');
    1312
Note: See TracChangeset for help on using the changeset viewer.