Conflicts:
	view/nl/messages.po
	view/nl/strings.php
This commit is contained in:
redmatrix 2015-10-17 16:38:57 -07:00
commit be701677d6
5 changed files with 8783 additions and 17705 deletions

View File

@ -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);
}

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
2015-10-15.1186
2015-10-17.1188

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff