randomimage.php und addhit.php Debug
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
header("Access-Control-Allow-Origin: *; Content-Type: application/javascript");
|
header("Access-Control-Allow-Origin: *");
|
||||||
|
header("Content-Type: application/javascript");
|
||||||
|
|
||||||
include("../mysqlverbinden.php");
|
include("../mysqlverbinden.php");
|
||||||
# Datenbank aufräumen: Alle Einträge löschen, die nicht von heute sind
|
# Datenbank aufräumen: Alle Einträge löschen, die nicht von heute sind
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
header('Content-Type: image/png; Access-Control-Allow-Origin: *;');
|
header('Content-Type: image/png');
|
||||||
|
header('Access-Control-Allow-Origin: *');
|
||||||
error_reporting(-1);
|
error_reporting(-1);
|
||||||
/**
|
/**
|
||||||
* GET
|
* GET
|
||||||
|
|||||||
Reference in New Issue
Block a user