attachment-server/phplib/libvar_alias2cid.php

20 lines
451 B
PHP

<?php
//this is for giving cid a special alias, makeing it static rather than dynamic.
//usually used for external containers that cannot be changed easily
$alias2cid_l=[
"test-1"=>[
"wp24-mc-1"=>"cid_8",
],
"wood-1"=>[
"wp24-mc-1"=>"cid_46",
],
"wood-2"=>[
"wp24-mc-1"=>"cid_106",
],
];