Skip to content

Instantly share code, notes, and snippets.

View andreapaterno-cpu's full-sized avatar

andreapaterno-cpu

  • Joined May 14, 2026
View GitHub Profile
<?php
ob_start();
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
session_start();
if (is_file(__DIR__ . '/db.php')) {
require_once __DIR__ . '/db.php';