Changeset 2021

Show
Ignore:
Timestamp:
05/19/07 01:36:55 (6 years ago)
Author:
rvelices
Message:

merge r2020 from branch 17 to trunk
- invalid html in page banner on admin page might interfere with actual page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r1926 r2021  
    218218        'GALLERY_LOCKED_YES'=>$lock_yes, 
    219219        'GALLERY_LOCKED_NO'=>$lock_no, 
    220         'CONF_GALLERY_TITLE' => $conf['gallery_title'], 
    221         'CONF_PAGE_BANNER' => $conf['page_banner'], 
     220        'CONF_GALLERY_TITLE' => htmlspecialchars($conf['gallery_title']), 
     221        'CONF_PAGE_BANNER' => htmlspecialchars($conf['page_banner']), 
    222222        'CONF_GALLERY_URL' => $conf['gallery_url'], 
    223223        ));