File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+
3+ if (!defined ('INSTALLER_RUN ' )) die ('Patch update file access violation. ' );
4+
5+ /*
6+ Example installer patch update class. the classname must match
7+ the php and the sql patch update filename. The php patches are
8+ only executed when a corresponding sql patch exists.
9+ */
10+
11+ class upd_dev extends installer_patch_update {
12+
13+ public function onAfterSQL () {
14+ global $ inst , $ conf ;
15+ }
16+ }
17+
18+ ?>
19+
Original file line number Diff line number Diff line change 5353 <IfModule mod_http2.c>
5454 Protocols h2 http/1.1
5555 </IfModule>
56+
57+ <IfModule mod_brotli.c>
58+ AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/x-javascript application/javascript application/json application/x-font-ttf application/vnd.ms-fontobject image/x-icon
59+ </IfModule>
5660</tmpl_if>
5761
5862<tmpl_if name='logging' op='==' value='anon'>
You can’t perform that action at this time.
0 commit comments