🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 autoloader.php

📁 Path: /home/stakrfrcol/dolibarr/htdocs/includes/phpoffice/phpspreadsheet/src/autoloader.php
📊 Size: 371 B
🔒 Perm: 0604
📝 MIME: text/x-php
<?php
spl_autoload_register(function ($class_name) {
	$preg_match = preg_match('/^PhpOffice\\\PhpSpreadsheet\\\/', $class_name);

	if (1 === $preg_match) {
		$class_name = preg_replace('/\\\/', '/', $class_name);
		$class_name = preg_replace('/^PhpOffice\\/PhpSpreadsheet\\//', '', $class_name);
		require_once __DIR__ . '/PhpSpreadsheet/' . $class_name . '.php';
	}
});
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨