Skip to content

Commit

Permalink
Add 3.2.x where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Feb 27, 2016
1 parent 8d0d146 commit 0fd0c12
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion includes/class_qi.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public static function msg_handler($errno, $msg_text, $errfile, $errline)
echo ' </div>';

echo ' <div id="page-footer">';
echo ' <a href="https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall/">phpBB QuickInstall</a> {QI_VERSION} for phpBB 3.0 and 3.1 &copy; <a href="https://www.phpbb.com/">phpBB Limited</a><br />';
echo ' <a href="https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall/">phpBB QuickInstall</a> {QI_VERSION} for phpBB 3.0, 3.1 and 3.2 &copy; <a href="https://www.phpbb.com/">phpBB Limited</a><br />';
echo ' Powered by phpBB&reg; Forum Software &copy; <a href="https://www.phpbb.com/">phpBB Limited</a>';
echo ' </div>';
echo '</div>';
Expand Down
2 changes: 1 addition & 1 deletion includes/qi_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function gen_error_msg($msg_text, $msg_title = 'General error', $msg_explain = '
</div>
<div id="page-footer">
<a href="https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall/">phpBB QuickInstall</a> $qi_version for phpBB 3.0 and 3.1 &copy; <a href="https://www.phpbb.com/">phpBB Limited</a><br />
<a href="https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall/">phpBB QuickInstall</a> $qi_version for phpBB 3.0, 3.1 and 3.2 &copy; <a href="https://www.phpbb.com/">phpBB Limited</a><br />
Powered by phpBB&reg; Forum Software &copy; <a href="https://www.phpbb.com/">phpBB Limited</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
// Make sure we have phpBB.
if (!file_exists($quickinstall_path . 'sources/phpBB3/common.' . $phpEx))
{
gen_error_msg('phpBB not found. You need to download the latest phpBB 3.0.x or phpBB 3.1.x from <a href="https://www.phpbb.com/downloads/">https://www.phpbb.com/downloads/</a>,<br />extract it and copy the phpBB3 folder to sources/. Choose the version you do most work with, for your own convenience.');
gen_error_msg('phpBB not found. You need to download the latest phpBB 3.0.x, 3.1.x or 3.2.x from <a href="https://www.phpbb.com/downloads/">https://www.phpbb.com/downloads/</a>,<br />extract it and copy the phpBB3 folder to sources/. Choose the version you do most work with, for your own convenience.');
}

// Let's get the config.
Expand Down
1 change: 1 addition & 0 deletions language/en/qi.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
'ON' => 'On',
'ONLY_30' => 'Only available for phpBB 3.0.x',
'ONLY_31' => 'Only available for phpBB 3.1.x',
'ONLY_32' => 'Only available for phpBB 3.2.x',
'ONLY_LOCAL' => '<br /><strong>Welcome to QuickInstall (QI)</strong>, a tool to quickly install a phpBB board for testing.<br /><br />Some default settings have been loaded below. The only things you need to enter are &quot;Database user&quot; and &quot;Database password&quot; if you want those to be stored by QuickInstall. But it would be a good idea to also check the rest of the settings.<br />Make sure the &quot;boards&quot;, &quot;cache&quot; and &quot;settings&quot; directories exist and are writable by PHP.<br /><br />Once you have checked the settings and required directories simply click on the &quot;Submit&quot; button and this profile will be saved under the name &quot;default&quot;. If you want some other name you can enter it in the &quot;Save as new profile&quot; field.<div class="errorbox"><strong>Please note</strong>: QuickInstall is only intended to be used locally and should not be used on a web server accessible via the internet (public web server). <strong>If you decide to use it on a public web server it is entirely at your own risk.</strong> There is no support provided for using QuickInstall on public web servers.</div>',
'ONLY_SUBSILVER' => 'Only subsilver2',
'OPTIONS' => 'Options',
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ About:
phpBB3 QuickInstall (QI) is tool used to manage many installations of phpBB3. It
is not intended for use on a live server. If you insist on using it on a public
server, make sure to protect the directory where it is. No support is given for
other than local use. You can install a phpBB 3.1.x or 3.0.x board with one
other than local use. You can install a phpBB 3.2.x, 3.1.x or 3.0.x board with one
single mouse click. This is useful for developing modifications and extensions,
as you won't have any conflicts of different MODs or extensions. And might need
to install several boards before your testing is done.
Expand All @@ -20,7 +20,7 @@ Installation:
Copy the quickinstall folder to your local web space. Make sure boards/, cache/
and settings/ are writable by your web server.

Download the latest phpBB 3.1.x or 3.0.x from https://www.phpbb.com/downloads/,
Download the latest phpBB 3.2.x, 3.1.x or 3.0.x from https://www.phpbb.com/downloads/,
extract it and copy the phpBB3 folder to sources/. Choose the version you do
most work with, for your own convenience.

Expand Down
2 changes: 1 addition & 1 deletion style/overall_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>

<div id="page-footer">
<a href="https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall/">phpBB QuickInstall</a> {QI_VERSION} for phpBB 3.0 and 3.1 &copy; <a href="https://www.phpbb.com/">phpBB Limited</a><br />
<a href="https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall/">phpBB QuickInstall</a> {QI_VERSION} for phpBB 3.0, 3.1 and 3.2 &copy; <a href="https://www.phpbb.com/">phpBB Limited</a><br />
Powered by phpBB&reg; Forum Software &copy; <a href="https://www.phpbb.com/">phpBB Limited</a>
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
</div>
Expand Down

0 comments on commit 0fd0c12

Please sign in to comment.