golden hour
/home/phakp/public_html/formtools/global/css
⬆️ Go Up
Upload
File/Folder
Size
Actions
field_types.php
362 B
Del
OK
main.css
4.5 KB
Del
OK
ui.daterangepicker.css
2.46 KB
Del
OK
Edit: field_types.php
<?php require_once("../library.php"); use FormTools\Core; use FormTools\FieldTypes; // currently this file is told to never cache. Need a better solution in the long term header("Content-Type: text/css"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); Core::initNoSessions(); echo FieldTypes::getFieldTypeResources("css");
Save