moved to MeekroDB and also saving image directly to DB
This commit is contained in:
6
post.php
6
post.php
@@ -6,7 +6,11 @@ $ps4 = new ps4();
|
||||
|
||||
if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||
if ($_POST['what'] == 'thumbnail') {
|
||||
$ps4->thumbnailupdateurl($_POST['gameid'], $_POST['gamename'], $_POST['url']);
|
||||
$ps4->thumbnailupdatedb(
|
||||
$_POST['gameid'],
|
||||
$_POST['gamename'],
|
||||
$_POST['url']
|
||||
);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user