Skip to content

Commit d508d0c

Browse files
committed
remove use
1 parent e714244 commit d508d0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webroot/js/ajax/ssh_validate.php

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

33
require_once __DIR__ . "/../../../resources/lib/UnitySite.php";
4-
use UnityWebPortal\lib\UnitySite;
54

6-
echo UnitySite::testValidSSHKey($_POST["key"]) ? "true" : "false";
5+
echo UnityWebPortal\lib\UnitySite::testValidSSHKey($_POST["key"]) ? "true" : "false";

0 commit comments

Comments
 (0)