mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix: Remove vim instruction (#880)
This commit is contained in:
@@ -173,5 +173,3 @@ site_header("Operating System Preparation", ["current" => "community"]);
|
||||
</div>
|
||||
<?php
|
||||
site_footer(['sidebar' => $SIDEBAR_DATA]);
|
||||
|
||||
/* vim: set et ts=4 sw=4 ft=php: : */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php // vim: et
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'downloads.php';
|
||||
include_once __DIR__ . '/include/prepend.inc';
|
||||
include_once __DIR__ . '/include/gpg-keys.inc';
|
||||
|
||||
@@ -713,6 +713,3 @@ mirror_redirect(
|
||||
'/search.php?show=' . $fallback . '&lang=' . urlencode($LANG) .
|
||||
'&pattern=' . substr($_SERVER['REQUEST_URI'], 1),
|
||||
);
|
||||
/*
|
||||
* vim: set et ts=4 sw=4 ft=php: :
|
||||
*/
|
||||
|
||||
@@ -81,5 +81,3 @@ $SIDEBAR_DATA = '
|
||||
';
|
||||
|
||||
site_footer(['sidebar' => $SIDEBAR_DATA]);
|
||||
|
||||
/* vim: set et ts=4 sw=4 ft=php: : */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php // vim: et
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'gpg-keys.php';
|
||||
include_once __DIR__ . '/include/prepend.inc';
|
||||
include_once __DIR__ . '/include/gpg-keys.inc';
|
||||
|
||||
@@ -219,5 +219,3 @@ function i2c_realip()
|
||||
// Return with the found IP or the remote address
|
||||
return $ip ?: $_SERVER['REMOTE_ADDR'];
|
||||
}
|
||||
|
||||
/* vim: set et ts=4 sw=4 ft=php: : */
|
||||
|
||||
@@ -201,5 +201,3 @@ function language_accept_order($a, $b)
|
||||
if ($a[1] == $b[1]) { return 0; }
|
||||
return ($a[1] > $b[1]) ? -1 : 1;
|
||||
}
|
||||
|
||||
/* vim: set noet ts=4 sw=4 ft=php: : */
|
||||
|
||||
@@ -609,5 +609,3 @@ function doc_toc_title($lang, $index, $file, $elm = "dt"): void {
|
||||
}
|
||||
echo "<$elm><a href='/manual/$lang/$link'>$title</a></$elm>\n";
|
||||
}
|
||||
|
||||
/* vim: set et ts=4 sw=4 ft=php: : */
|
||||
|
||||
@@ -412,5 +412,3 @@ function relTime(DateTime $date) {
|
||||
}
|
||||
return $out;
|
||||
}
|
||||
|
||||
/* vim: set et ts=4 sw=4: */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php // vim: et
|
||||
<?php
|
||||
/* The format is:
|
||||
* array(
|
||||
* "major release number" => array(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php // vim: et
|
||||
<?php
|
||||
(function ($uri): void {
|
||||
// Special redirect cases not able to be captured in error.php
|
||||
$shortcuts = [
|
||||
|
||||
@@ -739,5 +739,3 @@ function getLanguage() {
|
||||
$link.attr('href', $link.attr('href') + window.location.hash);
|
||||
});
|
||||
})(jQuery);
|
||||
|
||||
// vim: set ts=4 sw=4 et:
|
||||
|
||||
@@ -401,5 +401,3 @@
|
||||
return this;
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
// vim: set ts=4 sw=4 et:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php // vim: et
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'search.php';
|
||||
include_once __DIR__ . '/include/prepend.inc';
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* vim: set et ts=4 sw=4 fdm=marker nocin: : */
|
||||
/*!
|
||||
* Bootstrap v2.3.2
|
||||
*
|
||||
@@ -1895,5 +1894,3 @@ aside.tips div.inner {
|
||||
|
||||
/* }}} */
|
||||
|
||||
|
||||
/* vim: set ts=2 sw=2 et: */
|
||||
|
||||
@@ -603,4 +603,3 @@ div.elephpants img:focus {
|
||||
.thanks__description {
|
||||
margin: 0
|
||||
}
|
||||
/* vim: set ts=2 sw=2 et: */
|
||||
|
||||
@@ -274,5 +274,4 @@ function display_options($options, $current): void
|
||||
}
|
||||
}
|
||||
|
||||
/* vim: set et ts=4 sw=4 ft=php: : */
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user