Skip to content

Commit 1618012

Browse files
Update webroot/panel/modal/new_pi.php
Co-authored-by: Copilot <[email protected]>
1 parent b6fa308 commit 1618012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/panel/modal/new_pi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<label>
1717
<input type='checkbox' name='tos' value='agree' required>
1818
I have read and accept the
19-
<a href='<?php echo CONFIG["site"]["terms_of_service_url"]; ?>'>Terms of Service</a>.
19+
<a href='<?php echo CONFIG["site"]["terms_of_service_url"]; ?>' target='_blank'>Terms of Service</a>.
2020
</label>
2121
<input type="submit" value="Send Request">
2222
</form>

0 commit comments

Comments
 (0)