uninstall.php 155 B

12345678
  1. <?php
  2. global $_W;
  3. $sql = "
  4. drop table if exists " . tablename('yz_menu') . " ;
  5. drop table if exists " . tablename('yz_options') . " ;
  6. ";
  7. pdo_query($sql);