Add token Post

This commit is contained in:
EoleDev 2016-02-17 16:59:07 +01:00
parent 2b38742bce
commit e595e9adaf

2
server/init.php Normal file → Executable file
View file

@ -43,4 +43,6 @@
$App = new App($Args);
if(isset($token))
$App->setToken($token);
?>