*** empty log message ***
This commit is contained in:
parent
ea46b5705d
commit
0c983dae86
|
@ -31,10 +31,12 @@ session_save_path("../sess"); // Set session save path
|
||||||
include_once("../lib/status.inc"); // Include lib/status.php which provides statusMessage()
|
include_once("../lib/status.inc"); // Include lib/status.php which provides statusMessage()
|
||||||
include_once("../help/help.inc"); // Include help/help.inc which provides $helpArray where the help pages are stored
|
include_once("../help/help.inc"); // Include help/help.inc which provides $helpArray where the help pages are stored
|
||||||
|
|
||||||
|
setlanguage();
|
||||||
|
|
||||||
|
|
||||||
/* Print HTML head */
|
/* Print HTML head */
|
||||||
function echoHTMLHead()
|
function echoHTMLHead()
|
||||||
{
|
{
|
||||||
setlanguage();
|
|
||||||
echo $_SESSION['header'];
|
echo $_SESSION['header'];
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
|
|
Loading…
Reference in New Issue