provide default permissions ('all') for existing and newly created OAuth app clients, which will be extended in the future to allow specific permissions.

This commit is contained in:
redmatrix
2015-05-14 21:57:20 -07:00
parent f866a42a42
commit 47564d4310
4 changed files with 40 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1140 );
define ( 'DB_UPDATE_VERSION', 1141 );
/**
* @brief Constant with a HTML line break.