common.php 80 B

1234567
  1. <?php
  2. if (!function_exists('void_fuc')) {
  3. function void_fuc()
  4. {
  5. }
  6. }