spl_autoload_register ('auto'); functionauto ($name){ $file='Папкас сисфайлами/'. $name.'.php'; if(file_exists ($file)) require_once ($file); }