Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts: view/nl/messages.po view/nl/strings.php
This commit is contained in:
commit
be701677d6
@ -59,12 +59,14 @@ function home_content(&$a, $update = 0, $load = false) {
|
||||
return $o;
|
||||
}
|
||||
}
|
||||
if(strpos($frontpage,'http') !== 0)
|
||||
$frontpage = z_root() . '/' . $frontpage;
|
||||
if(intval(get_config('system','mirror_frontpage'))) {
|
||||
$o = '<html><head><title>' . t('$Projectname') . '</title></head><body style="margin: 0; padding: 0; border: none;" ><iframe src="' . z_root() . '/' . $frontpage . '" width="100%" height="100%" style="margin: 0; padding: 0; border: none;" ></iframe></body></html>';
|
||||
$o = '<html><head><title>' . t('$Projectname') . '</title></head><body style="margin: 0; padding: 0; border: none;" ><iframe src="' . $frontpage . '" width="100%" height="100%" style="margin: 0; padding: 0; border: none;" ></iframe></body></html>';
|
||||
echo $o;
|
||||
killme();
|
||||
}
|
||||
goaway(z_root() . '/' . $frontpage);
|
||||
goaway($frontpage);
|
||||
}
|
||||
|
||||
|
||||
|
8996
util/messages.po
8996
util/messages.po
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
2015-10-15.1186
|
||||
2015-10-17.1188
|
||||
|
14406
view/nl/messages.po
14406
view/nl/messages.po
File diff suppressed because it is too large
Load Diff
3078
view/nl/strings.php
3078
view/nl/strings.php
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user