blob: 3aae2a9a051567e6628bb37d31be15ad612d240d (
plain)
1
2
3
4
5
6
7
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-rest-reset-api-key" class="ui-helper-clearfix">
<p>
<?= t("Do you really want to reset your REST API key? Any clients that use this key will need to be updated with the new value.") ?>
</p>
<?= $form ?>
</div>
|