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 16e819e commit 990ef60Copy full SHA for 990ef60
webroot/panel/modal/new_key.php
@@ -1,6 +1,7 @@
1
<?php
2
3
require_once __DIR__ . "/../../../resources/autoload.php"; // Load required libs
4
+use UnityWebPortal\lib\UnityHTTPD;
5
?>
6
7
<form id="newKeyform" enctype="multipart/form-data" method="POST"
webroot/panel/modal/new_pi.php
require_once __DIR__ . "/../../../resources/autoload.php";
<form
0 commit comments