No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

dropDatabase.php 492 B

hace 3 años
123456789
  1. <h3><?php render_navigation($db); ?> &raquo; <?php hm("dropdatabase"); ?></h3>
  2. <p style="font-size:14px">
  3. <?php hm("dropwarning"); ?> <?php h($db);?>?
  4. </p>
  5. <p style="font-size:14px">
  6. <?php hm("dropwarning2"); ?>
  7. </p>
  8. <input type="button" value="<?php hm("yes"); ?>" onclick="window.location='<?php h(url("db.dropDatabase", array("db"=>$db,"confirm"=>1))); ?>'"/> <input type="button" value="<?php hm("back"); ?>" onclick="window.location='<?php h(url("db.index", array("db"=>$db))); ?>'"/>