15 lines
415 B
PHP
15 lines
415 B
PHP
<?php
|
|
/**
|
|
* @copyright 2016, Roeland Jago Douma <roeland@famdouma.nl>
|
|
* @author Roeland Jago Douma <roeland@famdouma.nl>
|
|
* @license GNU AGPL version 3 or any later version
|
|
*
|
|
* SPDX-FileCopyrightText: 2016 Roeland Jago Douma <roeland@famdouma.nl>
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
script('bruteforcesettings', 'bruteforcesettings-main');
|
|
|
|
?>
|
|
<div id="bruteforcesettings" class="section"></div>
|