Prettier Formatting
This commit is contained in:
14
post.php
14
post.php
@@ -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']);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user