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
Větev:
master
Větve
Značky
master
yana-server
/
plugins
/
ipcam
/
uninstall
uninstall
104 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
8
<?php
require_once(dirname(__FILE__).'/Camera.class.php');
$table = new Camera();
$table->drop();
?>