Add cors-handling for testing
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
include_once __DIR__ . "/logging.php";
|
||||
include_once __DIR__ . "/cors.php";
|
||||
cors();
|
||||
|
||||
define("ROOT_URL", "http://localhost/");
|
||||
define("ROOT_DIR", "/var/www/localhost/");
|
||||
|
||||
Reference in New Issue
Block a user