TinyWebGallery wrote:
which language file do you use? The encoding is specified there.
de
Quote:
Are the folder name directly read from disk or from a foldername.txt?
Directly from disk. Seems I have to create a foldername.txt for each folder.
Quote:
And which login do you mean? Because at actions I don't specify the protocol. This is done by the server.
I mean the admin login.
In admin/_include/login.php in the login form a function make_link(...) is called (defined in admin/_include/fun_extra.php) which uses a variable $GLOBALS["script_name"] which is defined in admin/_config/conf.php.
I added
Code:
$GLOBALS["script_name"] = $_SERVER['PHP_SELF'];
which fixes it for here and now.
Quote:
$_SERVER['SERVER_PORT'] = 80 then you server configuration seems not to be right.
Seems to be a buggy PHP-Version.