Skip to content

Commit e9dd8e1

Browse files
committed
require once
1 parent 4fbe53e commit e9dd8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/js/ajax/ssh_validate.php

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

3-
require __DIR__ . "/../../../resources/lib/UnitySite.php";
3+
require_once __DIR__ . "/../../../resources/lib/UnitySite.php";
44
use UnityWebPortal\lib\UnitySite;
55

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

0 commit comments

Comments
 (0)