Файловый менеджер - Редактировать - /home/autoovt/www/EnsureRelativePaths.php.tar
Назад
vendor-old/laravel/framework/src/Illuminate/Console/View/Components/Mutators/EnsureRelativePaths.php0000666 00000000676 14765555747 0033323 0 ustar 00 home/autoovt/www <?php namespace Illuminate\Console\View\Components\Mutators; class EnsureRelativePaths { /** * Ensures the given string only contains relative paths. * * @param string $string * @return string */ public function __invoke($string) { if (function_exists('app') && app()->has('path.base')) { $string = str_replace(base_path().'/', '', $string); } return $string; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка