Skip to content

Commit 990ef60

Browse files
committed
add missing imports
1 parent 16e819e commit 990ef60

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

webroot/panel/modal/new_key.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
require_once __DIR__ . "/../../../resources/autoload.php"; // Load required libs
4+
use UnityWebPortal\lib\UnityHTTPD;
45
?>
56

67
<form id="newKeyform" enctype="multipart/form-data" method="POST"

webroot/panel/modal/new_pi.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
require_once __DIR__ . "/../../../resources/autoload.php";
4+
use UnityWebPortal\lib\UnityHTTPD;
45
?>
56

67
<form

0 commit comments

Comments
 (0)