Skip to content

Commit 945c47b

Browse files
committed
remove autoload from ssh_validate
1 parent ffd9004 commit 945c47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: webroot/js/ajax/ssh_validate.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
2-
require __DIR__ . "/../../../resources/autoload.php";
2+
3+
require __DIR__ . "/../../../resources/lib/UnitySite.php";
34
use UnityWebPortal\lib\UnitySite;
45

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

0 commit comments

Comments
 (0)