Compare commits

...

2 Commits

Author SHA1 Message Date
niklas.ortmann 85cf357846 Update dataSources.local.xml 2026-07-19 23:22:14 +02:00
niklas.ortmann 4c4a93865d Update index.php 2026-07-19 23:22:11 +02:00
2 changed files with 2 additions and 7 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 -6
View File
@@ -6,12 +6,7 @@ if (session_status() === PHP_SESSION_NONE) {
include_once "includes/csrf.php";
include_once "php/controller/index-controller.php";
?>
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
include_once "includes/csrf.php";
include_once "php/controller/index-controller.php";
?>
<!DOCTYPE html>
<html lang="de">
<head>