diff options
Diffstat (limited to 'sapi/apache2handler/mod_php7.c')
-rw-r--r-- | sapi/apache2handler/mod_php7.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sapi/apache2handler/mod_php7.c b/sapi/apache2handler/mod_php7.c index 1ad5934c34..6c44dbaa2c 100644 --- a/sapi/apache2handler/mod_php7.c +++ b/sapi/apache2handler/mod_php7.c @@ -32,12 +32,3 @@ AP_MODULE_DECLARE_DATA module php7_module = { php_dir_cmds, /* command apr_table_t */ php_ap2_register_hook /* register hooks */ }; - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |