We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#295 - Menu link
This is a spacer post for a website comment topic. The content this topic relates to: #295 - Menu link
if (preg_match('#^([^/]*)/index.php#',$filename,$matches)!=0)
actual_delete_zone_lite($matches[1]);
and actual_delete_zone_lite has:
$GLOBALS['SITE_DB']->query_delete('menu_items',array('i_url'=>$zone.':'));