Documents first draft

This commit is contained in:
cgfhtw
2023-03-10 09:28:57 +01:00
parent f9975eb530
commit 91e43bbc07
6 changed files with 394 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ if (! defined('DB_NAME')) exit('No direct script access allowed');
if (($result = $db->db_query("SELECT schema_name FROM information_schema.schemata WHERE schema_name='dashboard'")))
{
if ($db->db_num_rows($result) == 0)
{
{// TODO(chris): Rechte "Web"?
$qry = <<<EODASHBOARDSQL
--