Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../tijsverkoyen/../barryvdh/laravel-dompdf/../../maennchen/zipstream-php/./src/.././../../barryvdh/../doctrine/../laravel/octane/fixes
الملفات الموجودة في هذا الـ Path:
.
..
fix-symfony-file-moving.php
fix-symfony-file-validation.php

مشاهدة ملف: fix-symfony-file-moving.php

<?php

// https://github.com/spiral/roadrunner-laravel/issues/43

namespace Symfony\Component\HttpFoundation\File;

function move_uploaded_file($from, $to)
{
    return \is_file($from) && \rename($from, $to);
}