dever hace 6 años
padre
commit
b06a68d09d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Core.php

+ 1 - 1
lib/Core.php

@@ -53,7 +53,7 @@ class Core
 		$send['a'] = $app;
 		$send['p'] = $param;
 		if ($state == false) {
-			$result = Dever::daemon(self::url($send), 'main');
+			$result = Dever::daemon(self::url($send), 'token');
 		} else {
 			$result = callAction($send);
 		}