This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
idleman
/
yana-server
Segui
1
Vota
0
Forka
0
File
Problemi
2
Pull Requests
0
Wiki
Albero (Tree):
4f5dd6b682
Rami (Branch)
Tag
master
yana-server
/
plugins
/
speechcommands
/
uninstall
uninstall
96 B
Cronologia
Originale
1
2
3
4
5
6
<?php
require_once('SpeechCommand.class.php');
$table = new SpeechCommand();
$table->drop();
?>