first commit

This commit is contained in:
2025-07-18 16:20:14 +07:00
commit 98af45c018
16382 changed files with 3148096 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php
//resource types to exclude
$annotate_rt_exclude=array(3,4);
//extensions to exclude
$annotate_ext_exclude=array();
$annotate_debug=false;
//public visibility of annotations
$annotate_public_view=true;
//display author of annotation
$annotate_show_author=false;
$annotate_font="helvetica";
$annotate_pdf_output=false;
$annotate_pdf_output_only_annotated=false;
$annotate_admin_edit_access=array();
$annotate_resource_type_field = 0;