mirror of
https://github.com/friendica/friendica
synced 2024-11-10 17:02:53 +00:00
6 lines
100 B
PHP
6 lines
100 B
PHP
<?php
|
|
require_once("include/tags.php");
|
|
|
|
function tagupdate_run(&$argv, &$argc){
|
|
update_items();
|
|
}
|