Skip to content
Snippets Groups Projects
Commit 90f2ba30 authored by ms217's avatar ms217
Browse files

clean up

parent 5dc80302
No related branches found
No related tags found
1 merge request!1310Add mod_brotli to Apache template
<?php
if(!defined('INSTALLER_RUN')) die('Patch update file access violation.');
/*
Example installer patch update class. the classname must match
the php and the sql patch update filename. The php patches are
only executed when a corresponding sql patch exists.
*/
class upd_dev extends installer_patch_update {
public function onAfterSQL() {
global $inst, $conf;
}
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment