admin.php 46 B

123
  1. <?php
  2. header('location:index.php?m=admin');
  3. ?>