This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
idleman
/
yana-server
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
2
Pull requesty
0
Wiki
Strom:
4f5dd6b682
Branche
Tagy
master
yana-server
/
plugins
/
speechcommands
/
uninstall
uninstall
96 B
História
Raw
1
2
3
4
5
6
<?php
require_once('SpeechCommand.class.php');
$table = new SpeechCommand();
$table->drop();
?>