uninstall 96 B

123456
  1. <?php
  2. require_once('SpeechCommand.class.php');
  3. $table = new SpeechCommand();
  4. $table->drop();
  5. ?>