aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-15 05:12:14 -0700
committerfriendica <info@friendica.com>2012-04-15 05:12:14 -0700
commit97715c73fcb5b6de582f7165f70526acaf24bc86 (patch)
tree5eaa59eaafef68b4c611333776e464ad08954bc4 /include
parent0a3454c841e343a21ac637ae169c267442914ea0 (diff)
parentf299749758112361ee6384cd75d11b2c3a57352a (diff)
downloadvolse-hubzilla-97715c73fcb5b6de582f7165f70526acaf24bc86.tar.gz
volse-hubzilla-97715c73fcb5b6de582f7165f70526acaf24bc86.tar.bz2
volse-hubzilla-97715c73fcb5b6de582f7165f70526acaf24bc86.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'include')
-rw-r--r--[-rwxr-xr-x]include/config.php0
-rw-r--r--[-rwxr-xr-x]include/dba.php0
-rwxr-xr-x[-rw-r--r--]include/security.php4
3 files changed, 2 insertions, 2 deletions
diff --git a/include/config.php b/include/config.php
index 4cff38090..4cff38090 100755..100644
--- a/include/config.php
+++ b/include/config.php
diff --git a/include/dba.php b/include/dba.php
index 76cc0bc7b..76cc0bc7b 100755..100644
--- a/include/dba.php
+++ b/include/dba.php
diff --git a/include/security.php b/include/security.php
index 66622fd33..fc816e5d7 100644..100755
--- a/include/security.php
+++ b/include/security.php
@@ -326,7 +326,7 @@ function check_form_security_token($typename = '', $formname = 'form_security_to
}
function check_form_security_std_err_msg() {
- return t('The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before subitting it.') . EOL;
+ return t('The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it.') . EOL;
}
function check_form_security_token_redirectOnErr($err_redirect, $typename = '', $formname = 'form_security_token') {
if (!check_form_security_token($typename, $formname)) {
@@ -344,4 +344,4 @@ function check_form_security_token_ForbiddenOnErr($typename = '', $formname = 'f
header('HTTP/1.1 403 Forbidden');
killme();
}
-} \ No newline at end of file
+}