Changeset 13962
- Timestamp:
- 04/07/12 23:16:02 (14 months ago)
- Location:
- trunk/admin
- Files:
-
- 3 modified
-
languages_new.php (modified) (1 diff)
-
plugins_new.php (modified) (1 diff)
-
themes_new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/languages_new.php
r10638 r13962 98 98 99 99 default: 100 array_push($page['errors'], 101 sprintf(l10n('An error occured during extraction (%s).'), $_GET['installstatus']) 100 array_push( 101 $page['errors'], 102 sprintf(l10n('An error occured during extraction (%s).'), htmlspecialchars($_GET['installstatus'])) 102 103 ); 103 104 } -
trunk/admin/plugins_new.php
r12922 r13962 77 77 default: 78 78 array_push($page['errors'], 79 sprintf(l10n('An error occured during extraction (%s).'), $_GET['installstatus']),79 sprintf(l10n('An error occured during extraction (%s).'), htmlspecialchars($_GET['installstatus'])), 80 80 l10n('Please check "plugins" folder and sub-folders permissions (CHMOD).')); 81 81 } -
trunk/admin/themes_new.php
r12922 r13962 103 103 array_push( 104 104 $page['errors'], 105 sprintf(l10n('An error occured during extraction (%s).'), $_GET['installstatus'])105 sprintf(l10n('An error occured during extraction (%s).'), htmlspecialchars($_GET['installstatus'])) 106 106 ); 107 107 }
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)