This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
idleman
/
yana-server
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
2
Pull Requesty
0
Wiki
Strom:
4f5dd6b682
Větve
Značky
master
yana-server
/
plugins
/
speechcommands
/
uninstall
uninstall
96 B
Historie
Surový
1
2
3
4
5
6
<?php
require_once('SpeechCommand.class.php');
$table = new SpeechCommand();
$table->drop();
?>