parent
2b5630fc75
commit
b9860b2ebc
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
require('db.php');
|
||||||
|
|
||||||
|
$req = $db->prepare("DELETE FROM pseudos");
|
||||||
|
$req->execute();
|
||||||
|
$req = $db->prepare("DELETE FROM scores");
|
||||||
|
$req->execute();
|
Loading…
Reference in new issue