Merge pull request #181 from Fraenkiman/master
Please add the following changes
This commit is contained in:
commit
a1f7e99486
@ -222,7 +222,7 @@ function commentform() {
|
||||
$fp_config ['general'] ['title']
|
||||
), $lang ['comments'] ['mail']);
|
||||
|
||||
@utils_mail($from_mail, "New comment on {$fp_config['general']['title']}", $mail);
|
||||
@utils_mail($from_mail, "{$lang ['comments'] ['newcomment']} {$lang ['comments'] ['newcomment']} {$fp_config['general']['title']}", $mail);
|
||||
}
|
||||
|
||||
// if comment is valid, this redirect will clean the postdata
|
||||
|
@ -16,4 +16,6 @@ Automatisch generiert von,
|
||||
|
||||
';
|
||||
|
||||
$lang ['comments'] ['newcomment'] = 'Neuer Kommentar auf';
|
||||
|
||||
?>
|
||||
|
@ -16,4 +16,6 @@ All the best,
|
||||
|
||||
';
|
||||
|
||||
$lang ['comments'] ['newcomment'] = 'New comment on';
|
||||
|
||||
?>
|
||||
|
@ -1,3 +1,5 @@
|
||||
Options -Indexes
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /~nowhereman/flatpress/branch/flatpress/
|
||||
|
@ -1,4 +1,5 @@
|
||||
AddType application/x-httpd-php .php .htm .html
|
||||
Options -Indexes
|
||||
|
||||
RewriteEngine On
|
||||
RewriteBase /~nowhereman/flatpress/
|
||||
|
@ -628,6 +628,8 @@ if (class_exists('AdminPanelAction')) {
|
||||
|
||||
# Thanks again WP :)
|
||||
|
||||
Options -Indexes
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase ' . $blogroot . '
|
||||
|
Loading…
x
Reference in New Issue
Block a user