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
function generate_image_thumbnail($source_image_path, $thumbnail_image_path, $width, $height)
{

View File

@@ -1,4 +1,4 @@
<?
<?php
/*****
** This file contains the routing from any request to the correct view and controller

View File

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