diff options
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/acctfuncs.inc | 1 | ||||
-rw-r--r-- | web/lib/aur.inc | 1 | ||||
-rw-r--r-- | web/lib/config.inc.proto | 1 | ||||
-rw-r--r-- | web/lib/pkgfuncs.inc | 1 | ||||
-rw-r--r-- | web/lib/translator.inc | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc index dc19ccdf..bbd6b740 100644 --- a/web/lib/acctfuncs.inc +++ b/web/lib/acctfuncs.inc @@ -785,5 +785,4 @@ function user_is_privileged( $id ) } -# vim: ts=2 sw=2 noet ft=php ?> diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 25c1d718..81ffde26 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -410,5 +410,4 @@ function uid_from_username($username="") return $row[0]; } -# vim: ts=2 sw=2 noet ft=php ?> diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index 80eba6e5..7a0a155d 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -30,5 +30,4 @@ $SUPPORTED_LANGS = array( # what languages we have translations for "fr" => "Français" ); -# vim: ts=2 sw=2 noet ft=php ?> diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 46d80617..77b0ab11 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -986,5 +986,4 @@ function pkg_search_page($SID="") { return; } -# vim: ts=4 sw=4 et ft=php ?> diff --git a/web/lib/translator.inc b/web/lib/translator.inc index 93be9e56..41ece89b 100644 --- a/web/lib/translator.inc +++ b/web/lib/translator.inc @@ -63,5 +63,4 @@ function __() { return $translated; } -# vim: ts=2 sw=2 noet ft=php ?> |