This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
idleman
/
yana-server
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
2
Pull Requests
0
Wiki
Aborescence:
4f5dd6b682
Branches
Tags
master
yana-server
/
plugins
/
ipcam
/
uninstall
uninstall
104 B
Historique
Raw
1
2
3
4
5
6
7
8
<?php
require_once(dirname(__FILE__).'/Camera.class.php');
$table = new Camera();
$table->drop();
?>