コード例 #1
0
ファイル: Requirements.php プロジェクト: ramziammar/websites
 /**
  * Removes all items from the blocking-list.
  */
 static function unblock_all()
 {
     self::$blocked = array();
 }