WackoWiki : WackoIdeas/ВладелецКластера

<?
  
if ($user!="guest@wacko") {
     if (
$this->UserIsOwner($tag)) return true;
     if (
preg_match("#(.+?)/#"$tag$root_page)) 
         if (
$this->UserIsOwner($root_page[1])) return true;
   }
    ....
?>