<?php

require_once("config.php");

$sharedObjsMgr = new SharedObjectsMgr();

$sharedObjsMgr->updateTree();

?>