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

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