1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/hifone-Hifone

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
server.php 757
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
phecho Отправлено 09.06.2016 16:09 2ad6d76
<?php
/*
* This file is part of Hifone.
*
* (c) Hifone.com <hifone@hifone.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Laravel - A PHP Framework For Web Artisans.
*
* @author Taylor Otwell <taylorotwell@gmail.com>
*/
$uri = urldecode(
parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
return false;
}
require_once __DIR__.'/public/index.php';

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/hifone-Hifone.git
git@api.gitlife.ru:oschina-mirror/hifone-Hifone.git
oschina-mirror
hifone-Hifone
hifone-Hifone
1.0