Browse Source

Removing exit; in web api

dpeca 7 years ago
parent
commit
3de0f19e14
1 changed files with 1 additions and 2 deletions
  1. 1 2
      web/api/index.php

+ 1 - 2
web/api/index.php

@@ -1,7 +1,6 @@
 <?php
 <?php
 define('HESTIA_CMD', '/usr/bin/sudo /usr/local/hestia/bin/');
 define('HESTIA_CMD', '/usr/bin/sudo /usr/local/hestia/bin/');
-define('HESTIA_CMD', '/usr/bin/sudo /usr/local/hestia/bin/');
-exit;
+
 if (isset($_POST['user']) || isset($_POST['hash'])) {
 if (isset($_POST['user']) || isset($_POST['hash'])) {
 
 
     // Authentication
     // Authentication