kopia lustrzana https://github.com/jprochazka/adsb-receiver
Merge remote-tracking branch 'refs/remotes/origin/master' into 2.1.0
commit
0ac6c8a874
|
@ -414,9 +414,9 @@ echo "PORTAL SETUP IS NOT YET COMPLETE"
|
||||||
echo -e "\033[33m"
|
echo -e "\033[33m"
|
||||||
echo "In order to complete the portal setup process visit the following URL in your favorite web browser."
|
echo "In order to complete the portal setup process visit the following URL in your favorite web browser."
|
||||||
echo ""
|
echo ""
|
||||||
echo "http://<IP_ADDRESS_OF_THIS_DEVICE>/admin/install.php"
|
echo "http://<IP_ADDRESS_OF_THIS_DEVICE>/install/"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Enter the requested information and submit the form to complete the portal setup."
|
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"
|
echo -e "\033[37m"
|
||||||
read -p "Press enter to continue..." CONTINUE
|
read -p "Press enter to continue..." CONTINUE
|
||||||
|
|
|
@ -530,11 +530,11 @@ EOF;
|
||||||
<h1>ADS-B Receiver Portal Setup</h1>
|
<h1>ADS-B Receiver Portal Setup</h1>
|
||||||
<p>Setup of your ADS-B Receiver Web Portal is now complete.</p>
|
<p>Setup of your ADS-B Receiver Web Portal is now complete.</p>
|
||||||
<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.
|
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.
|
Please log into your device and run the following commands to accomplish these tasks.
|
||||||
</p>
|
</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>
|
<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>Once you have done so you can log in and administrate your portal <a href="/admin/">here</a>.</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Ładowanie…
Reference in New Issue