We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16824d commit c669d8bCopy full SHA for c669d8b
slim-3.12/_benchmark/hello_world.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-url="$base/$fw/index.php/hello/index"
+url="$base/$fw/public/index.php/hello/index"
slim-3.12/index.php renamed to slim-3.12/public/index.php
@@ -1,5 +1,5 @@
<?php
-require __DIR__ . '/vendor/autoload.php';
+require __DIR__ . '/../vendor/autoload.php';
3
4
5
$app = new \Slim\App();
0 commit comments