| Current Path : /home/happyrenas/myreco.online/administration/panel/phpspreadsheet/PhpOffice/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/myreco.online/administration/panel/phpspreadsheet/PhpOffice/autoload.php |
<?php
function load_model($class_name){
$path_to_file = str_replace("PhpOffice", "", dirname(__FILE__)) . str_replace("\\", "/", $class_name) . ".php";
try{
include $path_to_file;
}
catch(Exception $e){
echo "error during loading";
}
}
spl_autoload_register("load_model");
?>