We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeb046 commit 8df162eCopy full SHA for 8df162e
setup.php
@@ -95,34 +95,3 @@ function plugin_version_gantt()
95
]
96
];
97
}
98
-
99
-/**
100
- * Check pre-requisites before install
101
- * OPTIONNAL, but recommanded
102
- *
103
- * @return boolean
104
- */
105
-function plugin_gantt_check_prerequisites()
106
-{
107
108
- return true;
109
-}
110
111
112
- * Check configuration process
113
114
- * @param boolean $verbose Whether to display message on failure. Defaults to false
115
116
117
118
-function plugin_gantt_check_config($verbose = false)
119
120
- if (true) { // Your configuration check
121
122
- }
123
124
- if ($verbose) {
125
- echo __('Installed / not configured', 'gantt');
126
127
- return false;
128
0 commit comments