uninstall 104 B

12345678
  1. <?php
  2. require_once(dirname(__FILE__).'/Camera.class.php');
  3. $table = new Camera();
  4. $table->drop();
  5. ?>