This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
idleman
/
yana-server
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
2
Pull Requests
0
Wiki
Árbol:
4f5dd6b682
Ramas
Etiquetas
master
yana-server
/
plugins
/
speechcommands
/
uninstall
uninstall
96 B
Histórico
Raw
1
2
3
4
5
6
<?php
require_once('SpeechCommand.class.php');
$table = new SpeechCommand();
$table->drop();
?>