Exemplo n.º 1
0
 public function testtoken(Request $request)
 {
     // Test the ArcGIS Server token to see if this site is able to log in to the ArcGIS Server
     ArcServer::testToken();
     return;
 }