Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Commits
90f2ba30
Commit
90f2ba30
authored
4 years ago
by
ms217
Browse files
Options
Downloads
Patches
Plain Diff
clean up
parent
5dc80302
No related branches found
No related tags found
1 merge request
!1310
Add mod_brotli to Apache template
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/patches/upd_dev.php
+0
-19
0 additions, 19 deletions
install/patches/upd_dev.php
with
0 additions
and
19 deletions
install/patches/upd_dev.php
deleted
100644 → 0
+
0
−
19
View file @
5dc80302
<?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
;
}
}
?>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment