File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
// Installation check, and check on removal of the install directory.
15
15
if (!file_exists (JPATH_CONFIGURATION . '/configuration.php ' )
16
- || (filesize (JPATH_CONFIGURATION . '/configuration.php ' ) < 10 ) /* || file_exists(JPATH_INSTALLATION . '/index.php')*/ )
16
+ || (filesize (JPATH_CONFIGURATION . '/configuration.php ' ) < 10 ) || file_exists (JPATH_INSTALLATION . '/index.php ' ))
17
17
{
18
18
if (file_exists (JPATH_INSTALLATION . '/index.php ' ))
19
19
{
Original file line number Diff line number Diff line change 7
7
<copyright >(C) 2005 - 2013 Open Source Matters. All rights reserved</copyright >
8
8
<license >GNU General Public License version 2 or later; see LICENSE.txt</license >
9
9
<version >3.2.1</version >
10
- <creationDate >November 2013</creationDate >
10
+ <creationDate >December 2013</creationDate >
11
11
<description >FILES_JOOMLA_XML_DESCRIPTION</description >
12
12
13
13
<scriptfile >administrator/components/com_admin/script.php</scriptfile >
Original file line number Diff line number Diff line change 13
13
14
14
// Installation check, and check on removal of the install directory.
15
15
if (!file_exists (JPATH_CONFIGURATION . '/configuration.php ' )
16
- || (filesize (JPATH_CONFIGURATION . '/configuration.php ' ) < 10 ) /* || file_exists(JPATH_INSTALLATION . '/index.php')*/ )
16
+ || (filesize (JPATH_CONFIGURATION . '/configuration.php ' ) < 10 ) || file_exists (JPATH_INSTALLATION . '/index.php ' ))
17
17
{
18
18
if (file_exists (JPATH_INSTALLATION . '/index.php ' ))
19
19
{
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ final class JVersion
37
37
public $ CODENAME = 'Ember ' ;
38
38
39
39
/** @var string Release date. */
40
- public $ RELDATE = '6-November -2013 ' ;
40
+ public $ RELDATE = '18-December -2013 ' ;
41
41
42
42
/** @var string Release time. */
43
- public $ RELTIME = '14:00 ' ;
43
+ public $ RELTIME = '14:30 ' ;
44
44
45
45
/** @var string Release timezone. */
46
46
public $ RELTZ = 'GMT ' ;
You can’t perform that action at this time.
0 commit comments