This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
idleman
/
yana-server
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
2
Permintaan Tarik
0
Wiki
Pohon:
4f5dd6b682
Ranting
Tag
master
yana-server
/
plugins
/
speechcommands
/
uninstall
uninstall
96 B
Riwayat
Mentahan
1
2
3
4
5
6
<?php
require_once('SpeechCommand.class.php');
$table = new SpeechCommand();
$table->drop();
?>