Compare commits

..

2 Commits

Author SHA1 Message Date
niklas.ortmann 75b4aa0b88 Update index.php 2026-07-20 00:11:27 +02:00
niklas.ortmann 9146d395a2 Update dataSources.local.xml 2026-07-20 00:05:44 +02:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal" created-in="IU-253.32098.101">
<component name="dataSourceStorageLocal" created-in="IU-261.25134.95">
<data-source name="articles" uuid="315cb5c9-2b0f-435b-b602-59823b160908">
<database-info product="SQLite" version="3.51.1" jdbc-version="4.2" driver-name="SQLite JDBC" driver-version="3.51.1.0" dbms="SQLITE" exact-version="3.51.1" exact-driver-version="3.51">
<identifier-quote-string>&quot;</identifier-quote-string>
+1
View File
@@ -5,6 +5,7 @@ if (session_status() === PHP_SESSION_NONE) {
include_once "includes/csrf.php";
include_once "php/controller/index-controller.php";
?>
<!DOCTYPE html>
<html lang="de">
<head>