OKAPI Project update (r413)

This commit is contained in:
Wojciech Rygielski
2012-08-21 22:39:15 +02:00
parent dfbbf2be1f
commit 57124d02ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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. */

View File

@@ -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>