public static function url_hook($uri)
 {
     return substr($uri, 0, 8) == '/backend' && user::current()->is_signed_in() ? 10 : 0;
 }