OKAPI Project update (r413)
This commit is contained in:
@@ -705,7 +705,7 @@ class Okapi
|
||||
{
|
||||
public static $data_store;
|
||||
public static $server;
|
||||
public static $revision = 412; # This gets replaced in automatically deployed packages
|
||||
public static $revision = 413; # This gets replaced in automatically deployed packages
|
||||
private static $okapi_vars = null;
|
||||
|
||||
/** Get a variable stored in okapi_vars. If variable not found, return $default. */
|
||||
|
@@ -60,7 +60,7 @@
|
||||
If you allow this request application will be able to access all methods delivered
|
||||
by the OKAPI Framework, i.e. post log entries on geocaches in your name.
|
||||
You can revoke this permission at any moment.</p>
|
||||
"), $vars['okapi_base_url']."apps/", <?= $vars['okapi_base_url'] ?>) ?>
|
||||
"), $vars['okapi_base_url']."apps/", $vars['okapi_base_url']) ?>
|
||||
<? } ?>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user