Loading...
Обучение/Помощь новичкам | переменная в require_once

<?php

$file = '/path/file.php';

if (file_exists($file)) {
require_once $file;
} else {
http_response_code(404);
}

________
посл. ред. 28.04.2018 в 23:18; всего 2 раз(а); by PhpStorm
Онлайн: 0
Время:
Gen. 0.064
(c) Bym.Guru 2010-2026