Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

resource_file_readonly()

Parameters

ColumnTypeDefaultDescription
$ref

Location

include/resource_functions.php lines 6846 to 6851

Definition

 
function resource_file_readonly($ref)
    {
    
# Even if the user has edit access to a resource, the main file may be read only.
    
global $fstemplate_alt_threshold;
    return 
$fstemplate_alt_threshold>&& $ref<$fstemplate_alt_threshold;
    }

This article was last updated 5th May 2024 14:35 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.