Skip to content

Commit 031cddb

Browse files
authored
Merge pull request #629 from cjakeman/website-download-versions
Refined label for downloading Testing Version
2 parents ab4f4bd + 34abd9c commit 031cddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Website/openrails.org/download/versions/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<div class="col-md-4">
6767
<!-- Button to trigger modal -->
6868
<a href="#modal2" role="button" class='btn download_button btn-lg btn-block' data-toggle="modal">
69-
<h2><span class='glyphicon glyphicon-download'></span> &nbsp; Download the executables</h2>
69+
<h2><span class='glyphicon glyphicon-download'></span> &nbsp; Download executables for the Testing Version</h2>
7070
<p>
7171
See the installation guides below for the pre-requisites you'll need.
7272
</p>

Website/openrails.org/shared/set_session_save_path.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
$root = getenv("DOCUMENT_ROOT");
88
ini_set('session.save_path', "$root\sessions");
99
}
10-
echo "'" . ini_get('session.save_path') . "'";
10+
// echo "'" . ini_get('session.save_path') . "'";
1111
?>

0 commit comments

Comments
 (0)