Replace PHP short tags

Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-24 12:42:17 +00:00
parent ff8516665c
commit 9728aefc07
41 changed files with 359 additions and 359 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
if(isset($controller->splitted_url[1]) && $user->rankIsHigher("moderator")) {
switch ($controller->splitted_url[1]) {

View File

@@ -1,4 +1,4 @@
<?
<?php
require_once($config['models_folder']."d.blog.php");
require_once($config['models_folder']."d.comments.php");

View File

@@ -1,4 +1,4 @@
<?
<?php
function post($index) {
return isset($_POST[$index]) ? $_POST[$index] : '';

View File

@@ -1,4 +1,4 @@
<?
<?php
$head['css'] = "d.index.css";

View File

@@ -1,4 +1,4 @@
<?
<?php
require_once($config['models_folder']."d.users.php");

View File

@@ -1,4 +1,4 @@
<?
<?php
require_once($config['models_folder']."d.wiki.php");