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 6844 to 6849

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 27th April 2024 13:35 Europe/London time based on the source file dated 26th April 2024 11:50 Europe/London time.