Skip to content

Commit 387da9e

Browse files
committed
update directory document root
1 parent 6ce8f02 commit 387da9e

File tree

46 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-46
lines changed

aura-2.0/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
);
1717
$kernel();
1818

19-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
19+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

bear-0.10/bootstrap/contexts/prod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//
6666
OK: {
6767
$app->response->setResource($app->page)->render()->send();
68-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
68+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';
6969
exit(0);
7070
}
7171

bear-1.0/bootstrap/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// representation transfer
3333
$page()->transfer($app->responder, $_SERVER);
34-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
34+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';
3535
exit(0);
3636
} catch (\Exception $e) {
3737
$app->error->handle($e, $request)->transfer();

cake-3.0/webroot/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
new Response()
3737
);
3838

39-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
39+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

cake-3.1/webroot/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
new Response()
3737
);
3838

39-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
39+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

cake-3.2/webroot/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
new Response()
3737
);
3838

39-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
39+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

ci-3.0/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@
291291
*/
292292
require_once BASEPATH.'core/CodeIgniter.php';
293293

294-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
294+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

ci-3.1/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,4 @@
314314
*/
315315
require_once BASEPATH.'core/CodeIgniter.php';
316316

317-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
317+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

ci-4.0-dev/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@ class_alias('Config\Services', 'CodeIgniter\Services');
278278
$codeigniter = new CodeIgniter\CodeIgniter($startMemory, $startTime, $config);
279279
$codeigniter->run();
280280

281-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
281+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

cygnite-1.3/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
*/
6060
require_once CF_BOOTSTRAP.DS.'start'.EXT;
6161

62-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
62+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

fatfree-3.5/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
$f3->run();
1111

12-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
12+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

fuel-1.8/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ class_alias('Fuel\\Core\\Autoloader', 'Autoloader');
126126
// Send the output to the client
127127
$response->send(true);
128128

129-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
129+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

ice-1.0/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
echo $e->getMessage();
1414
}
1515

16-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
16+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

ice-1.1/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
echo $e->getMessage();
1414
}
1515

16-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
16+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

kumbia-1.0-dev/default/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797
*/
9898
//require APP_PATH . 'libs/bootstrap.php'; //bootstrap de app
9999
require CORE_PATH . 'kumbia/bootstrap.php'; //bootstrap del core
100-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
100+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

laravel-4.2/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848

4949
$app->run();
5050

51-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
51+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

laravel-5.0/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656

5757
$kernel->terminate($request, $response);
5858

59-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
59+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

laravel-5.1/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757

5858
$kernel->terminate($request, $response);
5959

60-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
60+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

laravel-5.2/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757

5858
$kernel->terminate($request, $response);
5959

60-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
60+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

laravel-5.3/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757

5858
$kernel->terminate($request, $response);
5959

60-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
60+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

laravel-5.7/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959

6060
$kernel->terminate($request, $response);
6161

62-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
62+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

lumen-5.0/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
$app->run();
2929

30-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
30+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

lumen-5.1/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
$app->run();
2929

30-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
30+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

no-framework/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
echo 'Hello World!';
44

5-
//require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
5+
//require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

nofuss-1.2/html/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838

3939
// The if statement is needed for setup.sh
4040
if ($_SERVER['DOCUMENT_ROOT'] !== '') {
41-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
41+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';
4242
}

phalcon-1.3/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
echo $e->getMessage();
3131
}
3232

33-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
33+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

phalcon-2.0/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
echo $e->getMessage();
3131
}
3232

33-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
33+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

phpixie-3.2/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
$framework->registerDebugHandlers();
77
$framework->processHttpSapiRequest();
88

9-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
9+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

radar-1.0-dev/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
*/
4242
$adr->run(ServerRequestFactory::fromGlobals(), new Response());
4343

44-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
44+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

siler-0.6/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
Siler\Route\get('/hello/index', './pages/hello.php');
66

7-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
7+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

silex-1.2/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
$app->run();
1010

11-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
11+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

silex-1.3/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
$app->run();
1010

11-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
11+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

silex-2.0/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
$app->run();
1010

11-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
11+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

slim-2.6/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
$app->run();
1212

13-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
13+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

slim-3.0/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
$app->run();
1212

13-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
13+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

staticphp-0.9/Application/Public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
// Load core class
1212
require SYS_PATH.'Modules/Core/Helpers/Bootstrap.php'; // Load
1313

14-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
14+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

symfony-2.5/web/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
$response->send();
2929
$kernel->terminate($request, $response);
3030

31-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
31+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

symfony-2.6/web/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
$response->send();
3030
$kernel->terminate($request, $response);
3131

32-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
32+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

symfony-2.7/web/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
$response->send();
3030
$kernel->terminate($request, $response);
3131

32-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
32+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

symfony-3.0/web/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
$response->send();
3030
$kernel->terminate($request, $response);
3131

32-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
32+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

tipsy-0.10/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
$t->start();
1717

18-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
18+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

ze-1.0/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
$app = $container->get('Zend\Expressive\Application');
1818
$app->run();
1919

20-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
20+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

zf-1.12/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
$application->bootstrap()
3333
->run();
3434

35-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
35+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

zf-2.4/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
// Run the application!
1717
Zend\Mvc\Application::init(require 'config/application.config.php')->run();
1818

19-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
19+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

zf-2.5/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
// Run the application!
1717
Zend\Mvc\Application::init(require 'config/application.config.php')->run();
1818

19-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
19+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

zf-3.0/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
// Run the application!
4242
Application::init($appConfig)->run();
4343

44-
require $_SERVER['DOCUMENT_ROOT'].'/php-framework-benchmark/libs/output_data.php';
44+
require $_SERVER['DOCUMENT_ROOT'].'/benchmarks/libs/output_data.php';

0 commit comments

Comments
 (0)