Ignore:
Timestamp:
03/29/10 15:37:29 (2 years ago)
Author:
bogdan2412
Message:

Updated with changes from live.

  • Updated SMF to 1.1.11
  • Added Summify to site and forum
  • Small change to job detail view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/smf/Sources/PackageGet.php

    r1048 r1121  
    66* Open-Source Project Inspired by Zef Hemel (zef@zefhemel.com)                    * 
    77* =============================================================================== * 
    8 * Software Version:           SMF 1.1.9                                           * 
     8* Software Version:           SMF 1.1.11                                          * 
    99* Software by:                Simple Machines (http://www.simplemachines.org)     * 
    1010* Copyright 2006-2009 by:     Simple Machines LLC (http://www.simplemachines.org) * 
     
    140140        { 
    141141                $context['servers'][] = array( 
    142                         'name' => $row['name'], 
    143                         'url' => $row['url'], 
     142                        'name' => htmlspecialchars($row['name']), 
     143                        'url' => htmlspecialchars($row['url']), 
    144144                        'id' => $row['ID_SERVER'], 
    145145                ); 
     
    689689        global $db_prefix; 
    690690 
     691        checkSession('get'); 
     692 
    691693        db_query(" 
    692694                DELETE FROM {$db_prefix}package_servers 
Note: See TracChangeset for help on using the changeset viewer.