Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
1f187eb0
Commit
1f187eb0
authored
Aug 15, 2012
by
tbrehm
Browse files
Fixed a installer error in aps_plugin.inc.php
parent
cea1e5d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/aps_plugin.inc.php
View file @
1f187eb0
...
...
@@ -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.
*/
requir
e_once
(
ISPC_ROOT_PATH
.
'/lib/classes/aps_installer.inc.php'
);
if
(
defined
(
ISPC_ROOT_PATH
))
includ
e_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
.
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