provide backend storage and declaration of directory realm
This commit is contained in:
7
boot.php
7
boot.php
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
|
||||
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
|
||||
define ( 'ZOT_REVISION', 1 );
|
||||
|
||||
define ( 'DB_UPDATE_VERSION', 1121 );
|
||||
define ( 'DB_UPDATE_VERSION', 1122 );
|
||||
|
||||
define ( 'EOL', '<br />' . "\r\n" );
|
||||
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
|
||||
@@ -2040,3 +2040,8 @@ function head_get_icon() {
|
||||
return $icon;
|
||||
}
|
||||
|
||||
function get_directory_realm() {
|
||||
if($x = get_config('system','directory_realm'))
|
||||
return $x;
|
||||
return DIRECTORY_REALM;
|
||||
}
|
||||
Reference in New Issue
Block a user