1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-10 08:04:43 +00:00
friendica-github/include/tagupdate.php
2017-02-26 23:16:49 +00:00

6 lines
100 B
PHP

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