friendica/include/tagupdate.php

7 lines
100 B
PHP

<?php
require_once("include/tags.php");
function tagupdate_run(&$argv, &$argc){
update_items();
}