Changeset 5211
- Timestamp:
- 03/21/10 08:56:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/include/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r5208 r5211 411 411 { 412 412 $path = PHPWG_ROOT_PATH.'language/'.$file; 413 if (!is_link($path) and file_exists($path.'/iso.txt'))413 if (!is_link($path) and is_dir($path) and file_exists($path.'/iso.txt')) 414 414 { 415 415 list($language_name) = @file($path.'/iso.txt');
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)