summaryrefslogtreecommitdiffstats
path: root/prog/inventar/h.php
diff options
context:
space:
mode:
Diffstat (limited to 'prog/inventar/h.php')
-rw-r--r--prog/inventar/h.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/prog/inventar/h.php b/prog/inventar/h.php
index 2cba303..9b25d7a 100644
--- a/prog/inventar/h.php
+++ b/prog/inventar/h.php
@@ -1,4 +1,5 @@
<?php
+$auth = [ "username" => "password" ];
header("Content-Security-Policy: script-src 'none'"); // disable js
$db = new PDO("sqlite:db", null, null, [PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]);
if (!$db)