Prettier Formatting

This commit is contained in:
2019-09-12 17:15:11 -04:00
parent 37f97054e4
commit 7d72c7c593
6 changed files with 451 additions and 387 deletions

View File

@@ -1,12 +1,12 @@
<?php
include_once("class.php");
include_once "class.php";
$ps4 = new ps4();
if($_SERVER["REQUEST_METHOD"] == "POST"){
if ($_POST['what'] == 'thumbnail') {
$ps4->thumbnailupdateurl($_POST['gameid'],$_POST['gamename'],$_POST['url']);
}
}
?>
if ($_SERVER["REQUEST_METHOD"] == "POST") {
if ($_POST['what'] == 'thumbnail') {
$ps4->thumbnailupdateurl($_POST['gameid'], $_POST['gamename'], $_POST['url']);
}
}
?>