-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #444 from jprochazka/2.6.3
2.6.3
- Loading branch information
Showing
6 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
///////////////////////////////////////////////////////////////////////////////////// | ||
|
||
// The most current stable release. | ||
$thisVersion = "2.6.2"; | ||
$thisVersion = "2.6.3"; | ||
|
||
// Begin the upgrade process if this release is newer than what is installed. | ||
if (file_exists($_SERVER['DOCUMENT_ROOT'].DIRECTORY_SEPARATOR."classes".DIRECTORY_SEPARATOR."settings.class.php")) { | ||
|
@@ -354,12 +354,12 @@ class settings { | |
break; | ||
} | ||
|
||
$dbh = $common->pdoOpen(); | ||
|
||
// Set permissions on SQLite file. | ||
if ($_POST['driver'] == "sqlite") { | ||
chmod($_SERVER['DOCUMENT_ROOT'].DIRECTORY_SEPARATOR."data".DIRECTORY_SEPARATOR."portal.sqlite", 0666); | ||
} | ||
|
||
$dbh = $common->pdoOpen(); | ||
|
||
$sth = $dbh->prepare($administratorsSql); | ||
$sth->execute(); | ||
|
@@ -421,7 +421,7 @@ class settings { | |
$common->addSetting('enableAdsbExchangeLink', FALSE); | ||
$common->addSetting('measurementRange', 'imperialNautical'); | ||
$common->addSetting('measurementTemperature', 'imperial'); | ||
$common->addSetting('measurementBandwidth', 'kbps'); | ||
$common->addSetting('measurementBandwidth', 'mbps'); | ||
$common->addSetting('networkInterface', 'eth0'); | ||
$common->addSetting('emailFrom', '[email protected]'); | ||
$common->addSetting('emailReplyTo', '[email protected]'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters