Dotclear


Ignore:
Timestamp:
04/27/11 16:30:40 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
default
Children:
18:3b981ecb888d, 67:a5f9c67df8fe, 126:2be2ac72171e
Message:

Temporarily removed safe_mode on stable branch, will work on it on dedicated branch before further merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.modules.php

    r0 r17  
    6666          $this->ns = $ns; 
    6767           
    68           $disabled = isset($_SESSION['sess_safe_mode']) && $_SESSION['sess_safe_mode']; 
    69           $disabled = $disabled && !get_parent_class($this) ? true : false; 
    70            
    7168          foreach ($this->path as $root) 
    7269          { 
     
    9087                    && file_exists($full_entry.'/_define.php')) 
    9188                    { 
    92                          if (!file_exists($full_entry.'/_disabled') && !$disabled) 
     89                         if (!file_exists($full_entry.'/_disabled')) 
    9390                         { 
    9491                              $this->id = $entry; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map