Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
7869813e
Commit
7869813e
authored
Sep 04, 2012
by
tbrehm
Browse files
Fixed a php notice in aps_plugin.inc.php
parent
45629b1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/aps_plugin.inc.php
View file @
7869813e
...
...
@@ -28,7 +28,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
if
(
defined
(
ISPC_ROOT_PATH
))
include_once
(
ISPC_ROOT_PATH
.
'/lib/classes/aps_installer.inc.php'
);
if
(
defined
(
'
ISPC_ROOT_PATH
'
))
include_once
(
ISPC_ROOT_PATH
.
'/lib/classes/aps_installer.inc.php'
);
//require_once(ISPC_ROOT_PATH.'/lib/classes/class.installer.php');
class
aps_plugin
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment