attachment-server/phplib/libvar_tid2proj.example.php

14 lines
279 B
PHP

<?php
//this is for converting between task_id and proj_info
$tid2proj_l=[
"tid_0"=>[
"name"=>"misc::hash-test",
"path"=>"./misc/local-hash-test/",
"hidden"=>false,
],
];