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
Guilherme Filippo
ISPConfig 3
Commits
22c1e9da
Commit
22c1e9da
authored
Sep 25, 2010
by
tbrehm
Browse files
Added path for undefdined setting $conf['ispconfig_log_dir'].
parent
e38d145b
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/config.inc.php.master
View file @
22c1e9da
...
...
@@ -84,6 +84,7 @@ $conf['dbmaster_password'] = '{mysql_master_server_ispconfig_password}';
//** Paths
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
define
(
'ISPC_ROOT_PATH'
,
realpath
(
dirname
(
__FILE__
)
.
'/../'
));
// Main ROOT is the parent directory to this file, ie interface/ or server/. NO trailing slashes.
define
(
'ISPC_LIB_PATH'
,
ISPC_ROOT_PATH
.
'/lib'
);
define
(
'ISPC_CLASS_PATH'
,
ISPC_ROOT_PATH
.
'/lib/classes'
);
...
...
interface/lib/config.inc.php
View file @
22c1e9da
...
...
@@ -72,6 +72,7 @@ $conf['dbmaster_password'] = '{mysql_master_server_ispconfig_password}';
//** Paths
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
define
(
'ISPC_ROOT_PATH'
,
realpath
(
dirname
(
__FILE__
)
.
'/../'
));
// The main ROOT is the parent directory to this file, ie Interface/. NO trailing slashes.
define
(
'ISPC_LIB_PATH'
,
ISPC_ROOT_PATH
.
'/lib'
);
define
(
'ISPC_CLASS_PATH'
,
ISPC_ROOT_PATH
.
'/lib/classes'
);
...
...
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