This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
idleman
/
yana-server
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
2
Trageți solicitările
0
Wiki
Arbore:
4f5dd6b682
Ramuri
Etichete
master
yana-server
/
plugins
/
ipcam
/
uninstall
uninstall
104 B
Istoric
Crud
1
2
3
4
5
6
7
8
<?php
require_once(dirname(__FILE__).'/Camera.class.php');
$table = new Camera();
$table->drop();
?>