- modification : less configuration parameters in administration

screen. These parameters are move to include/config_default.inc.php.

- new : ability to add a single picture to caddie from picture.php

- new : contextual help, only a few pages are available.

- new : ability to delete users from admin/user_list

- modification : reorganization of configuration file

- new : configuration parameter use_exif_mapping

- improvement : MOD hidemail added to standard


git-svn-id: http://piwigo.org/svn/trunk@858 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-09-03 16:36:05 +00:00
parent 857eec2218
commit 7eae759590
42 changed files with 988 additions and 967 deletions
+2 -1
View File
@@ -269,7 +269,8 @@ class Template {
function make_filename($filename)
{
// Check if it's an absolute or relative path.
if (substr($filename, 0, 1) != '/')
// if (substr($filename, 0, 1) != '/')
if (preg_match('/^[a-z_]/i', $filename))
{
$filename = $this->root.'/'.$filename;
}