Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
bb9482d2
Commit
bb9482d2
authored
Dec 15, 2006
by
Richard Mansfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove current directory from include path
parent
6fb51c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/init.php
htdocs/init.php
+1
-1
No files found.
htdocs/init.php
View file @
bb9482d2
...
...
@@ -36,7 +36,7 @@ if (!empty($_SERVER['MAHARA_LIBDIR'])) {
else
{
$CFG
->
libroot
=
dirname
(
__FILE__
)
.
'/lib/'
;
}
set_include_path
(
'.'
.
PATH_SEPARATOR
.
$CFG
->
libroot
.
PATH_SEPARATOR
.
$CFG
->
libroot
.
'pear/'
);
set_include_path
(
$CFG
->
libroot
.
PATH_SEPARATOR
.
$CFG
->
libroot
.
'pear/'
);
// Set up error handling
require
(
'errors.php'
);
...
...
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