Add token Post
This commit is contained in:
parent
2b38742bce
commit
e595e9adaf
1 changed files with 2 additions and 0 deletions
2
server/init.php
Normal file → Executable file
2
server/init.php
Normal file → Executable file
|
@ -43,4 +43,6 @@
|
|||
|
||||
$App = new App($Args);
|
||||
|
||||
if(isset($token))
|
||||
$App->setToken($token);
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue