예제 #1
0
파일: dodelete.php 프로젝트: j0rpi/SFSDB
<?php

include 'classes/functions.php';
$functions = new accDBFunctions();
// So now we update the steam account
$functions->DeleteAccount((int) $_POST['update']);
header("refresh:0; url=index.php");