Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
7869813e
Commit
7869813e
authored
Sep 04, 2012
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a php notice in aps_plugin.inc.php
parent
45629b1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/plugins-available/aps_plugin.inc.php
server/plugins-available/aps_plugin.inc.php
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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