Merge remote-tracking branch 'refs/remotes/origin/master' into 2.1.0

pull/186/head
Joe Prochazka 2016-05-02 15:52:35 -04:00
commit 0ac6c8a874
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -414,9 +414,9 @@ echo "PORTAL SETUP IS NOT YET COMPLETE"
echo -e "\033[33m"
echo "In order to complete the portal setup process visit the following URL in your favorite web browser."
echo ""
echo "http://<IP_ADDRESS_OF_THIS_DEVICE>/admin/install.php"
echo "http://<IP_ADDRESS_OF_THIS_DEVICE>/install/"
echo ""
echo "Enter the requested information and submit the form to complete the portal setup."
echo "It is recomended that after setting up the portal you delete the install.php file."
echo "It is recomended that after setting up the portal you delete the install directory."
echo -e "\033[37m"
read -p "Press enter to continue..." CONTINUE

Wyświetl plik

@ -530,11 +530,11 @@ EOF;
<h1>ADS-B Receiver Portal Setup</h1>
<p>Setup of your ADS-B Receiver Web Portal is now complete.</p>
<p>
For security reasons it is highly recommended that the installation file be deleted permanently from your device.
For security reasons it is highly recommended that the installation files be deleted permanently from your device.
At this time you should also ensure that the file containing the settings you specified is no longer writeable.
Please log into your device and run the following commands to accomplish these tasks.
</p>
<pre>sudo rm -f <?php echo $_SERVER["DOCUMENT_ROOT"]; ?>/install/</pre>
<pre>sudo rm -rf <?php echo $_SERVER["DOCUMENT_ROOT"]; ?>/install/</pre>
<pre>sudo chmod -w <?php echo $_SERVER["DOCUMENT_ROOT"]; ?>/classes/settings.class.php</pre>
<p>Once you have done so you can log in and administrate your portal <a href="/admin/">here</a>.</p>
<p>