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

resource_file_readonly()

Parameters

ColumnTypeDefaultDescription
$ref

Location

include/resource_functions.php lines 6764 to 6769

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 6th December 2023 11:05 Europe/London time based on the source file dated 30th November 2023 17:05 Europe/London time.