We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fa308 commit 1618012Copy full SHA for 1618012
webroot/panel/modal/new_pi.php
@@ -16,7 +16,7 @@
16
<label>
17
<input type='checkbox' name='tos' value='agree' required>
18
I have read and accept the
19
- <a href='<?php echo CONFIG["site"]["terms_of_service_url"]; ?>'>Terms of Service</a>.
+ <a href='<?php echo CONFIG["site"]["terms_of_service_url"]; ?>' target='_blank'>Terms of Service</a>.
20
</label>
21
<input type="submit" value="Send Request">
22
</form>
0 commit comments