Update config.php

Pushed should open in a new tab like the other links on the page
This commit is contained in:
ehpersonal38
2022-04-21 11:18:18 -04:00
parent 2270c35798
commit 72f93176e8
+1 -1
View File
@@ -83,7 +83,7 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {
<input name="pushed_app_key" type="text" value="<?php print($config['PUSHED_APP_KEY']);?>" /><br>
<label for="pushed_app_secret">Pushed App Secret: </label>
<input name="pushed_app_secret" type="text" value="<?php print($config['PUSHED_APP_SECRET']);?>" /><br>
<p><a href="https://pushed.co/quick-start-guide">Pushed iOS Notifications</a> can be setup and enabled for New Species notifications. Be sure to "Enable" the "Pushed Notifications" in "Tools" > "Services" if you would like to use this feature. Sorry, Android users, this only works on iOS.</p>
<p><a target="_blank" href="https://pushed.co/quick-start-guide">Pushed iOS Notifications</a> can be setup and enabled for New Species notifications. Be sure to "Enable" the "Pushed Notifications" in "Tools" > "Services" if you would like to use this feature. Sorry, Android users, this only works on iOS.</p>
<label for="language">Database Language: </label>
<select name="language">
<option value="none">Select your language</option>