erster versuch

This commit is contained in:
2025-02-15 20:32:58 +01:00
parent 560ef6589c
commit b475672eac
3 changed files with 50 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ class SQL {
private $res = false;
private $m;
public $salt;
public $issuedata;
public $pre;
public $cnt_get = 0;
public $cnt_set = 0;
@@ -11,6 +12,7 @@ class SQL {
require_once ('secret.php');
$this->m = $_m;
$this->issuedata = $_m['issuedata'];
$this->pre = $_m ['pre'];
$this->salt = $_m ['salt'];
if (SQL_LOG)