Skip to content

Commit c749241

Browse files
authored
add missing require to ssh_validate.php
1 parent 5a92fdb commit c749241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webroot/js/ajax/ssh_validate.php

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

33
require_once __DIR__ . "/../../../resources/lib/UnitySite.php";
4+
require_once __DIR__ . "/../../../vendor/autoload.php";
45

56
echo UnityWebPortal\lib\UnitySite::testValidSSHKey($_POST["key"]) ? "true" : "false";

0 commit comments

Comments
 (0)