projects
/
mailer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Code from inc/language.php moved to function loadLanguageFile(), the include is now...
[mailer.git]
/
inc
/
session.php
diff --git
a/inc/session.php
b/inc/session.php
index
26e2966
..
ec9dff7
100644
(file)
--- a/
inc/session.php
+++ b/
inc/session.php
@@
-51,8
+51,8
@@
if (getConfig('session_save_path') != '') {
// Start the session
session_start();
-// Load language
system
-load
IncludeOnce('inc/language.php'
);
+// Load language
file(s)
+load
LanguageFile(
);
// Load extensions here
loadIncludeOnce('inc/load_extensions.php');