Skip to content

Commit cab0467

Browse files
committed
fix autoload in ajax SSH validate
1 parent f19fd3c commit cab0467

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__ . "/../../../vendor/autoload.php";
4+
require_once __DIR__ . "/../../../resources/lib/utils.php";
45

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

0 commit comments

Comments
 (0)