Skip to content

Commit 3de0f19

Browse files
authored
Removing exit; in web api
1 parent 7947c10 commit 3de0f19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/api/index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
define('HESTIA_CMD', '/usr/bin/sudo /usr/local/hestia/bin/');
3-
define('HESTIA_CMD', '/usr/bin/sudo /usr/local/hestia/bin/');
4-
exit;
3+
54
if (isset($_POST['user']) || isset($_POST['hash'])) {
65

76
// Authentication

0 commit comments

Comments
 (0)